From 76c673bd31995f29e64e817eb2e277f73850d2c8 Mon Sep 17 00:00:00 2001 From: halil Date: Mon, 16 Dec 2024 21:18:04 +0300 Subject: [PATCH] hotfix: rename default redirect --- frontend/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index c5c61960..2e0a4b1a 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -36,7 +36,7 @@ function App() { path="/" element={} > - } /> + {/* } /> */} } /> } /> } /> @@ -48,7 +48,7 @@ function App() { } /> } /> - } /> + } /> } />