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 ( <> - - - } /> - } /> - } /> - - - , ); }