Skip to content

Commit

Permalink
chore: move navbar to welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
karolstawowski committed Sep 14, 2023
1 parent 2db862c commit ba035dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className="flex flex-col items-center bg-background text-text">
<Navbar />
<Welcome />
<About />
<Technologies />
Expand Down

0 comments on commit ba035dd

Please sign in to comment.