fixed errors on stock-form

This commit is contained in:
2025-11-13 19:02:17 +01:00
parent 8ef46ef1c8
commit b499b2b560
7 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import {StockInfo} from "../../interfaces/stock.interface";
import {NzTableComponent} from "ng-zorro-antd/table";
import {ModalNav} from "../modalNav/modalNav";
import {ModalNav} from "../modal-nav/modal-nav";
import {NzIconDirective} from "ng-zorro-antd/icon";
import {StockForm} from "../stock-form/stock-form";