From c43b2ad9c49c0cc1d3a34a0449fff587cec0c430 Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 25 Dec 2024 11:06:26 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20revert(back):=20to=20browser=20rout?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/routes.tsx b/src/routes.tsx index ce779b9c..d7768d14 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -1,4 +1,4 @@ -import { HashRouter as Router, Routes, Route } from 'react-router-dom'; +import { Routes, Route } from 'react-router-dom'; import { Suspense, lazy } from 'react'; import { Loader2 } from 'lucide-react'; @@ -20,18 +20,16 @@ function LoadingSpinner() { export function AppRoutes() { return ( - - }> - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - - + }> + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + ); -} +} \ No newline at end of file