diff --git a/src/App.js b/src/App.js index 3b1f7ab..ccc1306 100644 --- a/src/App.js +++ b/src/App.js @@ -1,11 +1,7 @@ -import logo from './logo.svg'; - import Register from './components/register/Register'; import Login from "./components/login/Login"; import {MainPage} from "./components/main/Main"; import {BrowserRouter, Routes, Route} from "react-router-dom"; -import reportWebVitals from "./reportWebVitals"; - function App() { return ( @@ -23,6 +19,4 @@ function App() { ); } - - export default App;