updated the material ui imports for existing files that had not been updated yet

This commit is contained in:
csawatzky 2025-03-04 12:35:36 -06:00
parent 14904d8eb3
commit f2cf950a6b
11 changed files with 82 additions and 66 deletions

View file

@ -10,7 +10,7 @@ import {
RadioGroup,
TextField,
Typography
} from "@material-ui/core";
} from "@mui/material";
import FileUploader from "common/FileUploads/FileUploader";
import ResponsiveDialog from "common/ResponsiveDialog";
import SearchSelect, { Option } from "common/SearchSelect";