mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +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 type { Props as ClientInputProps } from './RichTextInput/ClientInput.svelte';
|
||||||
import { tw } from '$lib/tw';
|
import { tw } from '$lib/tw';
|
||||||
import type { EditorView } from 'prosemirror-view';
|
import type { EditorView } from 'prosemirror-view';
|
||||||
import type { Component } from 'svelte';
|
|
||||||
import ClientInput from './RichTextInput/ClientInput.svelte';
|
import ClientInput from './RichTextInput/ClientInput.svelte';
|
||||||
|
|
||||||
interface Props extends ClientInputProps {
|
interface Props extends ClientInputProps {
|
||||||
|
|
Loading…
Add table
Reference in a new issue