From ba035ddf495126d80b1b3ccce65e0f2cab7d7ab3 Mon Sep 17 00:00:00 2001 From: Karol Stawowski Date: Thu, 14 Sep 2023 18:54:40 +0200 Subject: [PATCH] chore: move navbar to welcome --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e79fbb0..7c96e66 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,12 +5,10 @@ import { Footer } from './components/Footer' import { Projects } from './components/Projects' import { Technologies } from './components/Technologies' import { Welcome } from './components/Welcome' -import { Navbar } from './components/Welcome/NavigationBar' const App = (): JSX.Element => { return (
-