zhangchao 5 年前
父节点
当前提交
8a5714049e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      index.js

+ 1
- 2
index.js 查看文件

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