zhangchao 4 лет назад
Родитель
Сommit
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
 }