Files
codiki-hexagonal/frontend/src/app/app.component.html
2024-06-12 12:38:42 +02:00

5 lines
102 B
HTML

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