Add schedule component without logic

Zwischenstand
This commit is contained in:
2025-10-28 15:18:11 +01:00
parent 3319eb6361
commit 0cd7c9156f
19 changed files with 100 additions and 10 deletions

View File

@@ -15,7 +15,6 @@
/* Content rechts */
.content {
flex: 1;
background-color: #004cff;
overflow-y: auto;
box-sizing: border-box;
height: 100%;

View File

@@ -4,6 +4,6 @@
<app-navbar></app-navbar>
<main class="content">
<router-outlet></router-outlet> <!-- Hier werden die Kinder-Routen geladen -->
<router-outlet></router-outlet>
</main>
</div>