Fixed mui core finally

This commit is contained in:
Frikky
2023-07-12 02:09:12 +02:00
parent 5b72c8d517
commit 65574a1601
66 changed files with 111 additions and 827 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import React, { useRef, useState, useEffect, useLayoutEffect } from "react";
import { useParams, useNavigate, Link } from "react-router-dom";
import { useTheme } from "@material-ui/core/styles";
import theme from '../theme.jsx';
import { useAlert } from "react-alert";
@@ -38,7 +37,7 @@ import {
CircularProgress,
Switch,
Fade,
} from "@material-ui/core";
} from "@mui/material";
import {
LockOpen as LockOpenIcon,
SupervisorAccount as SupervisorAccountIcon,