Files
codiki-hexagonal/frontend/src/app/app.component.html
2026-02-03 11:00:29 +01:00

6 lines
101 B
HTML

<app-header></app-header>
<main>
<router-outlet></router-outlet>
</main>
<app-footer></app-footer>