Add historian persistence and dashboard trend charts
This commit is contained in:
+4
-1
@@ -1,9 +1,12 @@
|
||||
import { AppShell } from "../components/layout/AppShell";
|
||||
import { DashboardPage } from "../features/dashboard/pages/DashboardPage";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<AppShell>
|
||||
<div />
|
||||
{({ theme}) => (
|
||||
<DashboardPage theme={theme} />
|
||||
)}
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user