fix: import path

This commit is contained in:
lawvs
2022-08-02 23:47:21 +08:00
parent bac8c91497
commit c609d40f5a

View File

@@ -1,7 +1,7 @@
import { RenderBlock } from '@toeverything/components/editor-core';
import { MuiBackdrop, styled, useTheme } from '@toeverything/components/ui';
import { createContext, ReactNode, useContext, useState } from 'react';
import { createPortal } from 'react-dom';
import { RenderBlock } from '../render-block';
const Dialog = styled('div')({
flex: 1,