This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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>