diff --git a/client/src/App.js b/client/src/App.js index eb5a9628..bc4dcd93 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -34,7 +34,10 @@ import CustomerProfile from "./Pages/CustomerProfile.jsx"; import GiftCards from "./Pages/GiftCards.jsx"; import Careers from "./Pages/Careers.jsx"; import NotFound from "./Pages/NotFound.jsx"; -//import ChatBotEmbed from "./Components/ChatBotEmbed.jsx"; + +import ResetPassword from "./Pages/ResetPassword.jsx"; +import ChatBotEmbed from './chatbot'; + function App() { const [darkMode, setDarkMode] = useState(false); @@ -82,12 +85,15 @@ function App() { } /> } /> } /> {/* Fallback route */} + } />