From 0be74f387ae38e69551434fe92cff3f3621b470a Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Mon, 14 Apr 2025 03:42:22 +0800 Subject: [PATCH] fix: Remove unused Svelte Component import --- src/lib/components/RichTextInput.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/RichTextInput.svelte b/src/lib/components/RichTextInput.svelte index 06d5a37..ea93587 100644 --- a/src/lib/components/RichTextInput.svelte +++ b/src/lib/components/RichTextInput.svelte @@ -4,7 +4,6 @@ import type { Props as ClientInputProps } from './RichTextInput/ClientInput.svelte'; import { tw } from '$lib/tw'; import type { EditorView } from 'prosemirror-view'; - import type { Component } from 'svelte'; import ClientInput from './RichTextInput/ClientInput.svelte'; interface Props extends ClientInputProps {