From 87044a747b47bd83249d61a45842c7f7b2eae56d Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 11 Jan 2026 05:52:14 +0000 Subject: Contract system --- makima/frontend/src/main.tsx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'makima/frontend/src/main.tsx') diff --git a/makima/frontend/src/main.tsx b/makima/frontend/src/main.tsx index d4ca13a..496a569 100644 --- a/makima/frontend/src/main.tsx +++ b/makima/frontend/src/main.tsx @@ -8,6 +8,8 @@ import { ProtectedRoute } from "./components/ProtectedRoute"; import HomePage from "./routes/_index"; import ListenPage from "./routes/listen"; import FilesPage from "./routes/files"; +import ContractsPage from "./routes/contracts"; +import WorkflowPage from "./routes/workflow"; import MeshPage from "./routes/mesh"; import LoginPage from "./routes/login"; import SettingsPage from "./routes/settings"; @@ -44,6 +46,30 @@ createRoot(document.getElementById("root")!).render( } /> + + + + } + /> + + + + } + /> + + + + } + />