add routing for comics and media

This commit is contained in:
Thomas Peetz
2025-09-10 17:25:22 +02:00
parent ad1118803d
commit 9acdff19e1
55 changed files with 346 additions and 111 deletions
@@ -0,0 +1,9 @@
<div class="app">
<kontor-header />
<main>
<router-outlet />
</main>
<kontor-footer />
</div>