finished meteorologia and main dashboard
This commit is contained in:
+4
-1
@@ -14,7 +14,10 @@ function App() {
|
||||
activePage === "meteo" ? (
|
||||
<MeteoPage theme={theme} />
|
||||
) : (
|
||||
<DashboardPage theme={theme} />
|
||||
<DashboardPage
|
||||
theme={theme}
|
||||
onOpenMeteo={() => setActivePage("meteo")}
|
||||
/>
|
||||
)
|
||||
}
|
||||
</AppShell>
|
||||
|
||||
Reference in New Issue
Block a user