Metamigo frontend build fixes
This commit is contained in:
parent
935290bbdc
commit
101fea0bf4
24 changed files with 49 additions and 46 deletions
|
|
@ -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([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue