diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 57b36302..81c10d63 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -111,20 +111,6 @@ export default function App() {
} />
} />
- {/* TEMPORARY: Public Keywords Page - No Authentication Required */}
- }
- >
-
-
-
- }
- />
-
-
{/* Protected Routes - Require Authentication */}
} />
+
+
+
+ } />