partial: use preferred import style

This commit is contained in:
Rafael Taranto 2025-04-22 09:54:37 +01:00
parent 4bfb94182c
commit 2937cebc34
56 changed files with 83 additions and 75 deletions

View file

@ -1,4 +1,5 @@
import { Dialog, DialogContent } from '@mui/material'
import Dialog from '@mui/material/Dialog'
import DialogContent from '@mui/material/DialogContent'
import { makeStyles } from '@mui/styles'
import React, { memo } from 'react'
import { H1 } from 'src/components/typography'