Add daisyui integration, remove Header and page components, and update layout structure

This commit is contained in:
2025-10-23 11:20:55 -03:00
parent 577261bf67
commit 9d17ad1271
14 changed files with 111 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import logo from "$lib/assets/logo_governo_PE.png";
</script>
<div class="navbar bg-base-200 shadow-sm p-4 w-76">
<img src={logo} alt="Logo" class="" />
</div>