Browse Source

remove unnecessary line

Yuki Takei 3 years ago
parent
commit
5b1e024550
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

+ 0 - 1
packages/app/src/components/PageEditor/CodeMirrorEditor.jsx

@@ -19,7 +19,6 @@ import { UncontrolledCodeMirror } from '../UncontrolledCodeMirror';
 
 import AbstractEditor from './AbstractEditor';
 import CommentMentionHelper from './CommentMentionHelper';
-import { DrawioModal } from './DrawioModal';
 import EditorIcon from './EditorIcon';
 import EmojiPicker from './EmojiPicker';
 import EmojiPickerHelper from './EmojiPickerHelper';