first commit of the day
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import {Search} from "../../components/search/search";
|
import {Search} from "../../components/search/search";
|
||||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-purchase-order',
|
selector: 'app-purchase-order',
|
||||||
imports: [
|
imports: [
|
||||||
Search,
|
Search,
|
||||||
ModalButton
|
|
||||||
],
|
],
|
||||||
templateUrl: './purchase-order.html',
|
templateUrl: './purchase-order.html',
|
||||||
styleUrl: './purchase-order.css',
|
styleUrl: './purchase-order.css',
|
||||||
|
|||||||
Reference in New Issue
Block a user