finished meteorologia and main dashboard

This commit is contained in:
litoral05
2026-05-25 16:37:00 +01:00
parent b1bcf44f0f
commit d7ef36fc53
16 changed files with 2202 additions and 1167 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ function App() {
activePage === "meteo" ? (
<MeteoPage theme={theme} />
) : (
<DashboardPage theme={theme} />
<DashboardPage
theme={theme}
onOpenMeteo={() => setActivePage("meteo")}
/>
)
}
</AppShell>