Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 20, 2024
1 parent 88aae97 commit 89cd73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Navbar from './assets/components/Navbar.tsx'
import FooterLinks from './assets/components/FooterLinks.tsx'
import FooterEnd from './assets/components/Footer.tsx'
import imagePath from './assets/levetica.svg'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
Expand All @@ -15,7 +15,7 @@ function App() {
navItems={items}
/>
<Text />
<FooterLinks />
<FooterEnd />
</>
)
}
Expand Down

0 comments on commit 89cd73a

Please sign in to comment.