first commit of the day

This commit is contained in:
2025-11-20 14:40:30 +01:00
parent 9c11058f71
commit 193bed2b1d

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',