fix: Remove unused Svelte Component import

This commit is contained in:
Shibo Lyu 2025-04-14 03:42:22 +08:00
parent 0314dda377
commit 0be74f387a

View file

@ -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 {