Skip to content

Commit ee6f74d

Browse files
committed
perf: add import Quill from quill/core
1 parent 3353dfc commit ee6f74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

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

1010
export {
1111
QuillEditor as default,

0 commit comments

Comments
 (0)