zhangchao 4 년 전
부모
커밋
8a5714049e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      index.js

+ 1
- 2
index.js 파일 보기

@@ -1,7 +1,6 @@
1 1
 import RichTextEditor from './src/RichTextEditor';
2
-import RichTextToolbar from './src/RichTextToolbar';
3 2
 import {actions} from './src/const';
4 3
 
5 4
 module.exports = {
6
-  RichTextEditor, RichTextToolbar, actions
5
+  RichTextEditor, actions
7 6
 }