list booking
This commit is contained in:
11
admin/src/app/components/list-view/list-view.ts
Normal file
11
admin/src/app/components/list-view/list-view.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-list-view',
|
||||
imports: [],
|
||||
templateUrl: './list-view.html',
|
||||
styleUrl: './list-view.css',
|
||||
})
|
||||
export class ListView {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user