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.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/makima/frontend/src/main.tsx b/makima/frontend/src/main.tsx
index c1c6c35..8665ecc 100644
--- a/makima/frontend/src/main.tsx
+++ b/makima/frontend/src/main.tsx
@@ -10,7 +10,6 @@ import { PhaseConfirmationNotification } from "./components/PhaseConfirmationNot
import { QuickSwitcher } from "./components/QuickSwitcher";
import { ProtectedRoute } from "./components/ProtectedRoute";
import HomePage from "./routes/_index";
-import ListenPage from "./routes/listen";
import FilesPage from "./routes/files";
import OrdersPage from "./routes/orders";
import MeshPage from "./routes/mesh";
@@ -36,14 +35,6 @@ createRoot(document.getElementById("root")!).render(
<Route path="/" element={<HomePage />} />
<Route path="/login" element={<LoginPage />} />
<Route
- path="/listen"
- element={
- <ProtectedRoute>
- <ListenPage />
- </ProtectedRoute>
- }
- />
- <Route
path="/files"
element={
<ProtectedRoute>