Skip to content

Commit

Permalink
Use Grid2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Oct 3, 2024
1 parent 23ab181 commit 2a862cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/PartitionEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CardActions from '@mui/material/CardActions';
import OptionTextField from './components/OptionTextField';
import OptionSelect from './components/OptionSelect';
import Box from '@mui/material/Box';
import Grid from '@mui/material/Grid';
import Grid from '@mui/material/Grid2';
import LinearProgress from '@mui/material/LinearProgress';
import Typography from '@mui/material/Typography';

Expand Down

0 comments on commit 2a862cc

Please sign in to comment.