Initial commit

This commit is contained in:
2026-05-18 16:35:00 +00:00
commit 096bd76c21
52 changed files with 20380 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
import { IonApp, IonRouterOutlet } from '@ionic/angular/standalone';
@Component({
selector: 'app-root',
templateUrl: 'app.component.html',
imports: [IonApp, IonRouterOutlet],
})
export class AppComponent {
constructor() {}
}