From 34f38b1ce6829ae707b4310d472c35bcd3213980 Mon Sep 17 00:00:00 2001 From: Tobias Keinert Date: Thu, 8 Feb 2024 11:22:43 +0100 Subject: [PATCH] commented 'Links': privat out --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 532731e..89a5d26 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ import Foot from './main/components/Foot'; // eslint-disable-next-line import NotFound from './main/components/NotFound'; -import Links from './privat/components/Links'; +//import Links from './privat/components/Links'; import './App.css';