Start application

This commit is contained in:
Lallois
2025-11-13 15:40:43 +01:00
commit 91876effb4
38 changed files with 9938 additions and 0 deletions

View File

View File

@@ -0,0 +1 @@
<p>customers works!</p>

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-customers',
imports: [],
templateUrl: './customers.html',
styleUrl: './customers.css',
})
export class Customers {
}