fix error with importation

This commit is contained in:
2025-11-17 10:21:24 +01:00
parent 678fb80599
commit 0d9238d1a1

View File

@@ -1,12 +1,10 @@
import { Component } from '@angular/core';
import {Search} from "../../components/search/search";
import {ModalButton} from "../../components/modal-button/modal-button";
@Component({
selector: 'app-purchase-order',
imports: [
Search,
ModalButton
],
templateUrl: './purchase-order.html',
styleUrl: './purchase-order.css',