Skip to content

Commit 7f2855e

Browse files
Update App.jsx
import ThemeToggle from "./components/ThemeToggle"; This was missing in the App.jsx file
1 parent 858676d commit 7f2855e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import ProtectedRoute from "./middleware/ProtectedRoute"; // Ensure this is impo
1919
import ScrollToTop from "./components/ScrollToTop";
2020
import { Scrollbars } from "react-custom-scrollbars";
2121
import ForgotPassword from "./components/ForgotPassword";
22+
import ThemeToggle from "./components/ThemeToggle";
2223
export default function App() {
2324
return (
2425
<>

0 commit comments

Comments
 (0)