added deliverer page with deliverer-form and deliverer-table
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
||||
import {DelivererTable} from "../../components/deliverer-table/deliverer-table";
|
||||
import {DelivererForm} from "../../components/deliverer-form/deliverer-form";
|
||||
|
||||
@Component({
|
||||
selector: 'app-deliverer',
|
||||
imports: [],
|
||||
imports: [
|
||||
ModalButton,
|
||||
DelivererTable,
|
||||
DelivererForm
|
||||
],
|
||||
templateUrl: './deliverer.html',
|
||||
styleUrl: './deliverer.css',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user