frontend skeleton

This commit is contained in:
tw-blue
2025-11-29 17:47:36 +01:00
parent be154c91dc
commit a9fb52fd4d
30 changed files with 433 additions and 377 deletions
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-test',
imports: [],
templateUrl: './test.html',
styleUrl: './test.scss',
})
export class Test {
}