partial: @mui update imports

This commit is contained in:
Rafael Taranto 2025-04-15 12:04:12 +01:00
parent aa428310f4
commit 58f53d92a8
216 changed files with 1035 additions and 326 deletions

View file

@ -1,6 +1,6 @@
import { useMutation, useQuery, gql } from "@apollo/client";
import { Dialog, DialogContent, SvgIcon, IconButton } from '@material-ui/core'
import { makeStyles } from '@material-ui/core/styles'
import { Dialog, DialogContent, SvgIcon, IconButton } from '@mui/material'
import { makeStyles } from '@mui/material/styles'
import classnames from 'classnames'
import { Form, Formik, FastField } from 'formik'
import {QRCodeSVG as QRCode} from 'qrcode.react'