chore: unified mui compoent entry to ui file

This commit is contained in:
QiShaoXuan
2023-01-30 14:59:32 +08:00
parent 5c8041a8d4
commit 980786c821
12 changed files with 26 additions and 20 deletions
@@ -6,7 +6,7 @@ import {
StyledBrowserWarning,
StyledCloseButton,
} from './styles';
import CloseIcon from '@mui/icons-material/Close';
import { CloseIcon } from '@blocksuite/icons';
import { useWarningMessage, shouldShowWarning } from './utils';
import EditorOptionMenu from './header-right-items/EditorOptionMenu';
import TrashButtonGroup from './header-right-items/TrashButtonGroup';