partial: use preferred import style
This commit is contained in:
parent
4bfb94182c
commit
2937cebc34
56 changed files with 83 additions and 75 deletions
|
|
@ -1,5 +1,8 @@
|
|||
import { useMutation, useQuery, gql } from "@apollo/client";
|
||||
import { Dialog, DialogContent, SvgIcon, IconButton } from '@mui/material'
|
||||
import Dialog from '@mui/material/Dialog'
|
||||
import DialogContent from '@mui/material/DialogContent'
|
||||
import SvgIcon from '@mui/material/SvgIcon'
|
||||
import IconButton from '@mui/material/IconButton'
|
||||
import { makeStyles } from '@mui/styles'
|
||||
import classnames from 'classnames'
|
||||
import { Form, Formik, FastField } from 'formik'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue