From 65338c6ff8553b6b66e212b2f15a4b8ecd5f3da7 Mon Sep 17 00:00:00 2001 From: Sanskriti Shukla <138789759+Sanskriti65@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:47:54 +0530 Subject: [PATCH] Update App.js --- src/App.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 382c73d..3b77457 100644 --- a/src/App.js +++ b/src/App.js @@ -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 ( @@ -22,7 +25,8 @@ function App() { - + + );