diff --git a/src/App.tsx b/src/App.tsx index 8eafb44..dab806e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,8 @@ import Footer from "./components/Footer"; import ScrollProgressBar from "./components/ScrollProgressBar"; import { Toaster } from "react-hot-toast"; import Router from "./Routes/Router"; +import ThemeWrapper from "./context/ThemeContext"; +import ChatbotWidget from "./components/Chatbot/ChatbotWidget"; const FULLSCREEN_ROUTES = ["/signup", "/login"]; @@ -23,6 +25,8 @@ function App() { {!isFullscreen &&