From 5f10228b5abd86284afaebbb26b1a4df272ad119 Mon Sep 17 00:00:00 2001 From: umaranis Date: Thu, 30 May 2024 08:52:48 +1000 Subject: [PATCH] minor: remove unused imort --- packages/svelte-lexical/src/routes/RichTextComposer.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/svelte-lexical/src/routes/RichTextComposer.svelte b/packages/svelte-lexical/src/routes/RichTextComposer.svelte index 0658171..9f71785 100644 --- a/packages/svelte-lexical/src/routes/RichTextComposer.svelte +++ b/packages/svelte-lexical/src/routes/RichTextComposer.svelte @@ -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,