first commit of the day
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user