Files
kontor/kontor-angular/src/app/app.component.html
T
2025-09-10 17:25:22 +02:00

10 lines
108 B
HTML

<div class="app">
<kontor-header />
<main>
<router-outlet />
</main>
<kontor-footer />
</div>