feat: dashboard-page
ci-front / build (push) Successful in 2m7s

This commit is contained in:
nikita
2026-04-04 16:53:12 +03:00
parent 55cb214458
commit 78f35f6811
11 changed files with 1221 additions and 0 deletions
@@ -13,6 +13,7 @@ import { AdminPage } from "@/pages/admin.page";
import { RegistrationTokenPage } from "@/pages/registration.page";
import { LogsPage } from "@/pages/logs.page";
import { GraphsPage } from "@/pages/graphs.page";
import { DashboardPage } from "@/pages/dashboard.page";
export const mockGraphData: GraphData = {
nodes: [
@@ -128,6 +129,7 @@ export const Routing = () => {
<Route path="/IDE" element={<IDEPage />} />
<Route path="/templates" element={<TemplatesPage />} />
<Route path="/graphs" element={<GraphsPage />} />
<Route path="/dashboard" element={<DashboardPage />} />
</Route>
<Route path="/test" element={<TestPage />} />