Metamigo frontend build fixes

This commit is contained in:
Darren Clarke 2023-05-25 07:03:57 +00:00
parent 935290bbdc
commit 101fea0bf4
24 changed files with 49 additions and 46 deletions

View file

@ -1,5 +1,5 @@
/* eslint-disable import/no-anonymous-default-export */
import ProviderIcon from "@material-ui/icons/Business";
import ProviderIcon from "@mui/icons-material/Business";
import ProviderList from "./ProviderList";
import ProviderEdit from "./ProviderEdit";
import ProviderCreate from "./ProviderCreate";