From e29de8e167d231a5f31271bcf805175ea1b18ca8 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Mon, 1 Jun 2026 10:42:55 +0100 Subject: [PATCH] deleted unused import --- src/app/components/stock-table/stock-table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/stock-table/stock-table.ts b/src/app/components/stock-table/stock-table.ts index 4da3aa3..ca7ab83 100644 --- a/src/app/components/stock-table/stock-table.ts +++ b/src/app/components/stock-table/stock-table.ts @@ -7,7 +7,7 @@ import {NzDividerComponent} from "ng-zorro-antd/divider"; import {FormsModule} from "@angular/forms"; import {GetProductDto, ProductsService, WarehouseproductsService} from "../../services/api"; import {NzNotificationService} from "ng-zorro-antd/notification"; -import {first, firstValueFrom} from "rxjs"; +import {firstValueFrom} from "rxjs"; import {NzCheckboxComponent} from "ng-zorro-antd/checkbox"; import {AuthService} from "../../services/auth.service";