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,12 @@
<script>
const { children } = $props();
</script>
<div class="max-w-[1600px w-full">
<main
id="container-central"
class="m-3 rounded-xl shadow-sm overflow-y-auto p-4"
>
{@render children()}
</main>
</div>