Skip to content

Commit 7c14cab

Browse files
committed
refactor: fix circular dependency
1 parent bb08a0d commit 7c14cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuillEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
RangeStatic,
77
Sources,
88
} from "quill";
9-
import { Quill } from "../main"
9+
import Quill from "quill"
1010
import Delta from "quill-delta";
1111
import {
1212
defineComponent,

0 commit comments

Comments
 (0)