fix error in all libraries

This commit is contained in:
2025-11-13 18:47:33 +01:00
parent 9f41207d9e
commit d388ff907d
4 changed files with 2 additions and 10 deletions

View File

@@ -1,11 +1,9 @@
import { Component } from '@angular/core';
import {NzTableComponent} from "ng-zorro-antd/table";
import {StockTable} from "../../compontents/stock-table/stock-table";
@Component({
selector: 'app-stock',
imports: [
NzTableComponent,
StockTable
],
templateUrl: './stock.html',