Skip to content

Commit bb08a0d

Browse files
committed
refactor: change exports
1 parent 186e025 commit bb08a0d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/main.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
*/
66

77
import QuillEditor from "./components/QuillEditor"
8-
import Quill from "quill/core"
8+
import Quill from "quill"
99

10-
export {
11-
QuillEditor as default,
12-
QuillEditor,
13-
Quill
14-
};
10+
export { QuillEditor, Quill }
11+
export default QuillEditor

0 commit comments

Comments
 (0)