Generated Home page

This commit is contained in:
grata
2023-01-30 15:09:29 +01:00
parent 3836619bc0
commit a8051cc509
6 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.css']
})
export class HomeComponent {
}