Skip to content

Commit

Permalink
minor: remove unused imort
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed May 29, 2024
1 parent b586f68 commit 5f10228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/svelte-lexical/src/routes/RichTextComposer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
$createTextNode as createTextNode,
$createParagraphNode as createParagraphNode,
} from '$lib/index.js';
import MarkdownShortcutPlugin from '$lib/core/plugins/MardownShortcut/MarkdownShortcutPlugin.svelte';
const initialConfig = {
theme: PlaygroundEditorTheme,
Expand Down

0 comments on commit 5f10228

Please sign in to comment.