This commit is contained in:
2025-11-03 19:30:55 +01:00
parent 6232b80741
commit 1e0ea6ae6e
6 changed files with 77 additions and 40 deletions

View File

@@ -1,8 +1,9 @@
import {Component} from '@angular/core';
import {Home} from './home/home';
@Component({
selector: 'app-root',
imports: [],
imports: [Home],
templateUrl: './app.html',
styleUrls: ['./app.css'],
})