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 b1acf11 commit 6c1b53b
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
@@ -1,5 +1,4 @@
import Navbar from './assets/components/Navbar.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 +14,6 @@ function App() {
navItems={items}
/>
<Text />
<FooterEnd />
</>
)
}
Expand Down

0 comments on commit 6c1b53b

Please sign in to comment.