Initial commit

This commit is contained in:
2023-02-03 21:12:20 +02:00
commit d8d853060e
37 changed files with 25985 additions and 0 deletions

12
src/app/home/home.page.ts Normal file
View File

@@ -0,0 +1,12 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-home',
templateUrl: 'home.page.html',
styleUrls: ['home.page.scss'],
})
export class HomePage {
constructor() {}
}