From d0c3bbe3927abdf63cb1c5c59508e25f09c1bfaa Mon Sep 17 00:00:00 2001 From: Sanskriti Shukla <138789759+Sanskriti65@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:54:50 +0530 Subject: [PATCH] Update App.js --- src/App.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index 3b77457..81862be 100644 --- a/src/App.js +++ b/src/App.js @@ -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 ( @@ -23,10 +23,11 @@ function App() { - + + );