Skip to content

Commit 05fd4d2

Browse files
committed
sort imports
1 parent 9a401b6 commit 05fd4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rich-text-editor/rich_text_editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Quill from "https://esm.sh/quill@2.0.3";
21
import { toMarkdown as mdastUtilToMarkdown } from "https://esm.sh/mdast-util-to-markdown@2.1.2";
2+
import Quill from "https://esm.sh/quill@2.0.3";
33

44
/**
55
* @typedef {Object} QuillAttributes

0 commit comments

Comments
 (0)