mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-04-30 16:21:09 +00:00
fix: Remove unused Svelte Component import
This commit is contained in:
parent
0314dda377
commit
0be74f387a
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue