fix angular json

This commit is contained in:
Benjamin Ifland
2026-03-16 16:02:57 +01:00
parent e3203d0c38
commit f9516bbc4d
10 changed files with 76 additions and 115 deletions

View File

@@ -0,0 +1,9 @@
import {Component} from '@angular/core';
@Component({
selector: 'app-sidebar',
imports: [],
templateUrl: './sidebar.component.html',
styleUrl: './sidebar.component.less',
})
export class SidebarComponent {}