diff options
Diffstat (limited to 'makima/frontend/src/main.tsx')
| -rw-r--r-- | makima/frontend/src/main.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/makima/frontend/src/main.tsx b/makima/frontend/src/main.tsx index a75d6a0..32c05ba 100644 --- a/makima/frontend/src/main.tsx +++ b/makima/frontend/src/main.tsx @@ -21,7 +21,6 @@ import SettingsPage from "./routes/settings"; import ContractFilePage from "./routes/contract-file"; import SpeakPage from "./routes/speak"; import DirectivesPage from "./routes/directives"; -import DaemonPage from "./routes/daemon"; createRoot(document.getElementById("root")!).render( <StrictMode> @@ -163,14 +162,6 @@ createRoot(document.getElementById("root")!).render( } /> <Route - path="/daemon" - element={ - <ProtectedRoute> - <DaemonPage /> - </ProtectedRoute> - } - /> - <Route path="/speak" element={ <ProtectedRoute> |
