From eb6de4ae1d7d513ecefcb2f2ef6a639cc0b52dc8 Mon Sep 17 00:00:00 2001 From: Ajay_S Date: Tue, 10 May 2022 12:31:33 +0530 Subject: [PATCH] modified routes in app.tsx --- src/App.tsx | 78 ++++++++++++++--------------------------------------- 1 file changed, 20 insertions(+), 58 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 260a357..5c350b8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -46,70 +46,32 @@ const App: React.FC = () => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + ); export default App;