Metamigo frontend build fixes
This commit is contained in:
parent
935290bbdc
commit
101fea0bf4
24 changed files with 49 additions and 46 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import WhatsappAttachmentIcon from "@material-ui/icons/AttachFile";
|
||||
import WhatsappAttachmentIcon from "@mui/icons-material/AttachFile";
|
||||
import WhatsappAttachmentList from "./WhatsappAttachmentList";
|
||||
import WhatsappAttachmentShow from "./WhatsappAttachmentShow";
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import {
|
|||
Button,
|
||||
TextField as MaterialTextField,
|
||||
IconButton,
|
||||
} from "@material-ui/core";
|
||||
} from "@mui/material";
|
||||
import {
|
||||
Show,
|
||||
SimpleShowLayout,
|
||||
|
|
@ -18,7 +18,7 @@ import {
|
|||
} from "react-admin";
|
||||
import QRCode from "react-qr-code";
|
||||
import useSWR from "swr";
|
||||
import RefreshIcon from "@material-ui/icons/Refresh";
|
||||
import RefreshIcon from "@mui/icons-material/Refresh";
|
||||
|
||||
const Sidebar = ({ record }: any) => {
|
||||
const [receivedMessages, setReceivedMessages] = useState([]);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import WhatsappBotIcon from "@material-ui/icons/WhatsApp";
|
||||
import WhatsappBotIcon from "@mui/icons-material/WhatsApp";
|
||||
import WhatsappBotList from "./WhatsappBotList";
|
||||
import WhatsappBotEdit from "./WhatsappBotEdit";
|
||||
import WhatsappBotCreate from "./WhatsappBotCreate";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import WhatsappMessageIcon from "@material-ui/icons/Message";
|
||||
import WhatsappMessageIcon from "@mui/icons-material/Message";
|
||||
import WhatsappMessageList from "./WhatsappMessageList";
|
||||
import WhatsappMessageShow from "./WhatsappMessageShow";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue