upgrade mui v7, fix makefile build

This commit is contained in:
proddy
2025-03-26 20:24:08 +01:00
parent ac7e91beff
commit 0dcde46296
22 changed files with 289 additions and 275 deletions

View File

@@ -2,7 +2,7 @@ import { useState } from 'react';
import { toast } from 'react-toastify';
import DownloadIcon from '@mui/icons-material/GetApp';
import { Box, Button, Grid2 as Grid, Typography } from '@mui/material';
import { Box, Button, Grid, Typography } from '@mui/material';
import * as SystemApi from 'api/system';
import { API, callAction } from 'api/app';