From f9d08624e9a6c46f441c5107c45aa76fd9aafcac Mon Sep 17 00:00:00 2001 From: Tobias Keinert Date: Thu, 8 Feb 2024 11:27:50 +0100 Subject: [PATCH] standardised --- src/App.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 89a5d26..c38637b 100644 --- a/src/App.js +++ b/src/App.js @@ -2,9 +2,8 @@ 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'; +import Body from './main/components/NotFound'; +//import Body from './privat/components/Links'; import './App.css'; @@ -14,8 +13,7 @@ function App() {
- - +