privat link site

This commit is contained in:
2023-02-24 17:29:48 +01:00
parent a7ee872ebd
commit e18887635d
13 changed files with 182 additions and 11 deletions

View File

@@ -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/>