Add daisyui integration, remove Header and page components, and update layout structure
This commit is contained in:
8
apps/web/src/routes/(dashboard)/+page.svelte
Normal file
8
apps/web/src/routes/(dashboard)/+page.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="space-y-4">
|
||||
<h2 class="text-2xl font-bold text-brand-dark">Dashboard</h2>
|
||||
<div class="grid md:grid-cols-3 gap-4">
|
||||
<div class="p-4 rounded-xl border">Bem-vindo ao SGSE.</div>
|
||||
<div class="p-4 rounded-xl border">Selecione um setor no menu lateral.</div>
|
||||
<div class="p-4 rounded-xl border">KPIs e gráficos virão aqui.</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user