standardised
This commit is contained in:
@@ -2,9 +2,8 @@ import Menu from './main/components/Menu';
|
|||||||
import Foot from './main/components/Foot';
|
import Foot from './main/components/Foot';
|
||||||
|
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
import NotFound from './main/components/NotFound';
|
import Body from './main/components/NotFound';
|
||||||
|
//import Body from './privat/components/Links';
|
||||||
//import Links from './privat/components/Links';
|
|
||||||
|
|
||||||
|
|
||||||
import './App.css';
|
import './App.css';
|
||||||
@@ -14,8 +13,7 @@ function App() {
|
|||||||
<div className="App">
|
<div className="App">
|
||||||
<Menu/>
|
<Menu/>
|
||||||
<div className='App-body'>
|
<div className='App-body'>
|
||||||
|
<Body/>
|
||||||
<NotFound/>
|
|
||||||
</div>
|
</div>
|
||||||
<Foot/>
|
<Foot/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user