diff --git a/src/App.jsx b/src/App.jsx index 240c1cc6..72bb4480 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -50,6 +50,7 @@ import SecurityRoutes from "./components/Other/Security/SecurityRoutes"; import ExploreRoutes from "./components/Explore/ExploreRoutes"; import Leaderboard from "./components/Other/CyberGames/Leaderboard/Leaderboard"; import SettingsRoute from "./components/Dashboard/Settings"; +import TCHBot from "./components/Chatbot/TCHBot"; const App = () => { const [isLoading, setIsLoading] = useState(true); @@ -159,6 +160,7 @@ const App = () => { } /> + {!hideHomeHeader() &&