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 (
-