Fix imports

This commit is contained in:
2024-10-21 09:55:57 +04:00
parent 501b5091f0
commit 6f5e28aea7
18 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import PropTypes from 'prop-types'
import Typography from '@mui/material/Typography'
import Box from '@mui/material/Box'
import Grid from '@mui/material/Unstable_Grid2'
import Grid from '@mui/material/Grid2'
import BarStats from './bar-stats'