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
+3 -4
View File
@@ -1,7 +1,7 @@
import React, { useState, useEffect } from "react";
import { makeStyles } from "@material-ui/styles";
import { useTheme } from "@material-ui/core/styles";
import { makeStyles } from "@mui/styles";
import { BrowserView, MobileView } from "react-device-detect";
import theme from '../theme.jsx';
import {
Paper,
@@ -22,7 +22,7 @@ import {
Breadcrumbs,
CircularProgress,
Chip,
} from "@material-ui/core";
} from "@mui/material";
import {
LockOpen as LockOpenIcon,
@@ -351,7 +351,6 @@ const AppCreator = (defaultprops) => {
const { globalUrl, isLoaded } = defaultprops;
const classes = useStyles();
const alert = useAlert();
const theme = useTheme();
const params = useParams();
var props = JSON.parse(JSON.stringify(defaultprops))