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";