Use esm mui imports for Vite compatibility
See: https://github.com/mui/material-ui/issues/31835#issuecomment-1153393901
This commit is contained in:
parent
e21327cec5
commit
d625a003b8
22 changed files with 160 additions and 142 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as React from "react";
|
||||
import Box from "@mui/material/Box";
|
||||
import { Box } from "@mui/material";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import fileDocument from "../img/file-document.svg";
|
||||
import fileImage from "../img/file-image.svg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue