tidy up imports

This commit is contained in:
proddy
2025-01-12 11:50:05 +01:00
parent 67c59c9b4b
commit 9b7fed4d1f
15 changed files with 16 additions and 21 deletions

View File

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