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,4 +1,4 @@
import WebhookIcon from "@material-ui/icons/Send";
import WebhookIcon from "@mui/icons-material/Send";
import WebhookList from "./WebhookList";
import WebhookEdit from "./WebhookEdit";
import WebhookCreate from "./WebhookCreate";