From 7aad6bfa851f0885655b8670e93905efc0b08d5b Mon Sep 17 00:00:00 2001 From: alorig <220087330+alorig@users.noreply.github.com> Date: Sun, 9 Nov 2025 23:01:23 +0500 Subject: [PATCH] Update App.tsx --- frontend/src/App.tsx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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 */} } /> + + + + } />