|
|
@ -1,11 +1,7 @@
|
|
|
|
import logo from './logo.svg';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import Register from './components/register/Register';
|
|
|
|
import Register from './components/register/Register';
|
|
|
|
import Login from "./components/login/Login";
|
|
|
|
import Login from "./components/login/Login";
|
|
|
|
import {MainPage} from "./components/main/Main";
|
|
|
|
import {MainPage} from "./components/main/Main";
|
|
|
|
import {BrowserRouter, Routes, Route} from "react-router-dom";
|
|
|
|
import {BrowserRouter, Routes, Route} from "react-router-dom";
|
|
|
|
import reportWebVitals from "./reportWebVitals";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function App() {
|
|
|
|
function App() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
@ -23,6 +19,4 @@ function App() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default App;
|
|
|
|
export default App;
|
|
|
|