Mui update done :3

This commit is contained in:
Frikky
2023-07-12 02:24:45 +02:00
parent 65574a1601
commit b812f54b0f
15 changed files with 14 additions and 1711 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
import React, { useState, useEffect } from "react";
import { useNavigate } from "react-router-dom";
import theme from '../theme.jsx';
import {
Grid,
Typography,
@@ -15,7 +16,6 @@ import detectEthereumProvider from "@metamask/detect-provider";
const Settings = (props) => {
const { globalUrl, isLoaded, userdata, setUserData } = props;
const theme = useTheme();
const alert = useAlert();
let navigate = useNavigate();