deleted notifs components
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Component} from '@angular/core';
|
||||
import {Search} from "../../components/search/search";
|
||||
import {PurchaseOrderTable} from "../../components/purchase-order-table/purchase-order-table";
|
||||
|
||||
@Component({
|
||||
selector: 'app-purchase-order',
|
||||
selector: 'app-purchase-order',
|
||||
imports: [
|
||||
Search,
|
||||
PurchaseOrderTable,
|
||||
],
|
||||
templateUrl: './purchase-order.html',
|
||||
styleUrl: './purchase-order.css',
|
||||
templateUrl: './purchase-order.html',
|
||||
styleUrl: './purchase-order.css',
|
||||
})
|
||||
export class PurchaseOrder {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user