Files
codiki/frontend/src/app/app.component.html
T

6 lines
101 B
HTML

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