diff --git a/src/App.js b/src/App.js index 89a5d26..c38637b 100644 --- a/src/App.js +++ b/src/App.js @@ -2,9 +2,8 @@ import Menu from './main/components/Menu'; import Foot from './main/components/Foot'; // eslint-disable-next-line -import NotFound from './main/components/NotFound'; - -//import Links from './privat/components/Links'; +import Body from './main/components/NotFound'; +//import Body from './privat/components/Links'; import './App.css'; @@ -14,8 +13,7 @@ function App() {
- - +