AppTheme.tsx fixes

This commit is contained in:
2026-05-19 12:45:58 +05:30
parent 16d164b92a
commit de59ef1f7d
4 changed files with 78 additions and 97 deletions

View File

@@ -20,7 +20,7 @@ import DarkModeIcon from "@mui/icons-material/DarkMode";
import LightModeIcon from "@mui/icons-material/LightMode";
import { useNavigate } from "react-router-dom";
import { useAuth } from "../react-auth";
import { ColorModeContext } from "./AppTheme";
import { ColorModeContext } from "./shared-theme/AppTheme";
interface HeaderProps {
routerMapping: {