refactor: remove docker folder, refactor frontend files

This commit is contained in:
Phan Huy Tran 2025-05-14 09:33:38 +02:00
commit 34ff29c7ac
27 changed files with 94 additions and 192 deletions

View file

@ -1,5 +1,6 @@
<div class="min-h-screen flex flex-col">
<main class="flex-grow">
<app-navbar></app-navbar>
<router-outlet></router-outlet>
</main>
<app-footer></app-footer>