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 65338c6 commit d0c3bbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import BestPlacesSection from './components/BestPlacesSection';
import BottomNavbar from './components/BottomNavbar';
import MobileNavbar from './components/MobileNavbar';
import ContactUs from './components/ContactUs';

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

function App() {
return (
Expand All @@ -23,10 +23,11 @@ function App() {
<MainSection2 />
<MainSection3 />
<MainSection4 />
<BestPlacesSection />
<MainSection5 />
<BestPlacesSection />
<MobileNavbar/>
<ContactUs/>
<Login/>
<BottomNavbar/>
</div>
);
Expand Down

0 comments on commit d0c3bbe

Please sign in to comment.