list booking

This commit is contained in:
Schneider Roland
2025-12-16 08:07:05 +01:00
parent 056b9f6c80
commit fe30561a40
10 changed files with 130 additions and 3 deletions

View 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 {
}