Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskriti65 committed Jan 7, 2025
1 parent c2c170f commit 65338c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ import MainSection4 from './components/MainSection4';
import MainSection5 from './components/MainSection5';
import BestPlacesSection from './components/BestPlacesSection';
import BottomNavbar from './components/BottomNavbar';
import MobileNavbar from './components/MobileNavbar';
import ContactUs from './components/ContactUs';

import 'bootstrap/dist/css/bootstrap.min.css'; // Import Bootstrap once in your entry point
import ContactUs from './components/ContactUs';

function App() {
return (
Expand All @@ -22,7 +25,8 @@ function App() {
<MainSection4 />
<BestPlacesSection />
<MainSection5 />

<MobileNavbar/>
<ContactUs/>
<BottomNavbar/>
</div>
);
Expand Down

0 comments on commit 65338c6

Please sign in to comment.