summaryrefslogtreecommitdiff
path: root/makima/frontend/src/main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/main.tsx')
-rw-r--r--makima/frontend/src/main.tsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/makima/frontend/src/main.tsx b/makima/frontend/src/main.tsx
index 5a1b98e..c90d292 100644
--- a/makima/frontend/src/main.tsx
+++ b/makima/frontend/src/main.tsx
@@ -12,7 +12,6 @@ import HomePage from "./routes/_index";
import ListenPage from "./routes/listen";
import FilesPage from "./routes/files";
import ContractsPage from "./routes/contracts";
-import ChainsPage from "./routes/chains";
import DirectivesPage from "./routes/directives";
import WorkflowPage from "./routes/workflow";
import MeshPage from "./routes/mesh";
@@ -74,22 +73,6 @@ createRoot(document.getElementById("root")!).render(
}
/>
<Route
- path="/chains"
- element={
- <ProtectedRoute>
- <ChainsPage />
- </ProtectedRoute>
- }
- />
- <Route
- path="/chains/:id"
- element={
- <ProtectedRoute>
- <ChainsPage />
- </ProtectedRoute>
- }
- />
- <Route
path="/directives"
element={
<ProtectedRoute>