setup header, navigation and footer of app

This commit is contained in:
Thomas Peetz
2025-09-18 22:33:58 +02:00
parent fcfe9a2c08
commit eb8b283769
10 changed files with 52 additions and 21 deletions
@@ -1,5 +1,6 @@
<div class="app">
<kontor-header />
<app-navigation/>
<main>
<router-outlet />
</main>