From d33e9b29bade731053aafcf1f36f35203439fe66 Mon Sep 17 00:00:00 2001 From: Simon Catanese Date: Thu, 4 Apr 2024 10:37:11 +0200 Subject: [PATCH] commented navbar --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index ff2f13a..f5dd98f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -8,7 +8,7 @@ import Navbar from "./components/nav/Navbar"; const App = () => ( - + {/* */} );