moved components, fonts, images to main
add privat add LinkBox to privat
This commit is contained in:
11
src/App.js
11
src/App.js
@@ -1,6 +1,10 @@
|
||||
import Menu from './components/Menu';
|
||||
import Foot from './components/Foot';
|
||||
import NotFound from './components/NotFound'
|
||||
import Menu from './main/components/Menu';
|
||||
import Foot from './main/components/Foot';
|
||||
|
||||
import NotFound from './main/components/NotFound';
|
||||
import Links from './privat/components/Links';
|
||||
|
||||
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
@@ -9,6 +13,7 @@ function App() {
|
||||
<Menu/>
|
||||
<div className='App-body'>
|
||||
<NotFound/>
|
||||
<Links/>
|
||||
</div>
|
||||
<Foot/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user