From 0696bac9996e7f0ae75a635af0d8b57737b84614 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Sun, 30 Nov 2025 12:32:53 +0100 Subject: [PATCH] fixed error --- src/app/components/purchase-order-table/purchase-order-table.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/purchase-order-table/purchase-order-table.ts b/src/app/components/purchase-order-table/purchase-order-table.ts index 1c50fe0..f02072f 100644 --- a/src/app/components/purchase-order-table/purchase-order-table.ts +++ b/src/app/components/purchase-order-table/purchase-order-table.ts @@ -5,7 +5,6 @@ import {NzIconDirective} from "ng-zorro-antd/icon"; import {NzTableComponent} from "ng-zorro-antd/table"; import {PurchaseOrderForm} from "../purchase-order-form/purchase-order-form"; import {ModalButton} from "../modal-button/modal-button"; -import {ProductForm} from "../product-form/product-form"; import {GetPurchaseOrderDto, PurchaseordersService} from "../../services/api"; import {NzNotificationService} from "ng-zorro-antd/notification"; import {firstValueFrom} from "rxjs"; @@ -19,7 +18,6 @@ import {firstValueFrom} from "rxjs"; NzTableComponent, PurchaseOrderForm, ModalButton, - ProductForm ], templateUrl: './purchase-order-table.html', styleUrl: './purchase-order-table.css',