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';

View File

@@ -5,12 +5,12 @@ import WarningIcon from '@mui/icons-material/Warning';
import {
Button,
Checkbox,
Grid2 as Grid,
InputAdornment,
MenuItem,
TextField,
Typography
} from '@mui/material';
import Grid from '@mui/material/Grid2';
import * as MqttApi from 'api/mqtt';

View File

@@ -13,10 +13,10 @@ import {
DialogActions,
DialogContent,
DialogTitle,
Grid2 as Grid,
Link,
Typography
} from '@mui/material';
import Grid from '@mui/material/Grid2';
import * as SystemApi from 'api/system';
import { callAction } from 'api/app';