소스 검색

remove extra line

soumaeda 2 년 전
부모
커밋
bccc53a56c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

@@ -3,7 +3,6 @@ import { useCallback } from 'react';
 import { useCodeMirrorEditorIsolated } from '../../../stores';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 
-
 type Props = {
   editorKey: string,
 }