We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858676d commit 7f2855eCopy full SHA for 7f2855e
client/src/App.jsx
@@ -19,6 +19,7 @@ import ProtectedRoute from "./middleware/ProtectedRoute"; // Ensure this is impo
19
import ScrollToTop from "./components/ScrollToTop";
20
import { Scrollbars } from "react-custom-scrollbars";
21
import ForgotPassword from "./components/ForgotPassword";
22
+import ThemeToggle from "./components/ThemeToggle";
23
export default function App() {
24
return (
25
<>
0 commit comments