lots of cool shi

This commit is contained in:
Constantin Simonis 2025-07-08 11:07:36 +02:00
commit c1df73fe57
No known key found for this signature in database
GPG key ID: 92EBCEB98F7AC5C5
26 changed files with 363 additions and 369 deletions

View file

@ -0,0 +1,13 @@
import {Component} from '@angular/core';
import {RouterLink} from "@angular/router";
@Component({
selector: 'app-header',
imports: [
RouterLink
],
templateUrl: './header.component.html',
})
export default class HeaderComponent {
}