Skip to content

Commit

Permalink
perf: add import Quill from quill/core
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 22, 2021
1 parent 3353dfc commit ee6f74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import QuillEditor from "./components/QuillEditor"
import Quill from "quill"
import Quill from "quill/core"

export {
QuillEditor as default,
Expand Down

0 comments on commit ee6f74d

Please sign in to comment.