add not-found-component
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
import Menu from './components/Menu.js';
|
||||
import Menu from './components/Menu';
|
||||
import Foot from './components/Foot';
|
||||
import NotFound from './components/NotFound'
|
||||
import './App.css';
|
||||
//import {ReactComponent as NotFound} from './images/not_found.svg';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Menu/>
|
||||
<div className='App-body'>
|
||||
start
|
||||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>1
|
||||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>2
|
||||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>end
|
||||
<NotFound/>
|
||||
</div>
|
||||
<Foot/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user