deleted notifs components

This commit is contained in:
2026-05-25 10:40:08 +01:00
parent cb4686765b
commit b03196ce0f
144 changed files with 3346 additions and 2057 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ import {CreatePurchaseorderForm} from "../../components/create-purchaseorder-for
import {CreateQuotationForm} from "../../components/create-quotation-form/create-quotation-form";
@Component({
selector: 'app-stock',
selector: 'app-stock',
imports: [
StockTable,
Search,
@@ -18,8 +18,8 @@ import {CreateQuotationForm} from "../../components/create-quotation-form/create
CreatePurchaseorderForm,
CreateQuotationForm,
],
templateUrl: './stock.html',
styleUrl: './stock.css',
templateUrl: './stock.html',
styleUrl: './stock.css',
})
export class Stock {