privat link site
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
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';
|
||||
|
||||
|
||||
@@ -12,7 +14,7 @@ function App() {
|
||||
<div className="App">
|
||||
<Menu/>
|
||||
<div className='App-body'>
|
||||
<NotFound/>
|
||||
|
||||
<Links/>
|
||||
</div>
|
||||
<Foot/>
|
||||
|
||||
Reference in New Issue
Block a user