From 932627c5f55d5438072872e2b47aa44d2b75b312 Mon Sep 17 00:00:00 2001 From: mehrzadghdev Date: Thu, 14 Aug 2025 00:11:31 +0330 Subject: [PATCH] chire: browser router removed --- src/App.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c193bae..04360f5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,23 +1,12 @@ import { CssBaseline } from '@mui/material'; import './App.css'; import { LanguageManager } from './components/LanguageManager'; -import { AuthenticationPage } from './features/authorization/routes/AuthenticationPage'; -import { BrowserRouter, Navigate, Route, Routes } from 'react-router-dom'; -import { ForgetPasswordPage } from './features/authorization/routes/ForgetPasswordPage'; function App() { return ( <> - - - } /> - } /> - } /> - - - , ); }