diff --git a/src/routes/(app)/chats/[server]/[chatId]/ChatInput.svelte b/src/routes/(app)/chats/[server]/[chatId]/ChatInput.svelte index 9a7aea8..02449d2 100644 --- a/src/routes/(app)/chats/[server]/[chatId]/ChatInput.svelte +++ b/src/routes/(app)/chats/[server]/[chatId]/ChatInput.svelte @@ -5,6 +5,7 @@ import { proseMirrorDocToBlahRichText } from '$lib/richText'; import type { Node } from 'prosemirror-model'; import { messageSchema } from '$lib/components/RichTextInput/schema'; + import { Icon, PaperAirplane, PaperClip } from 'svelte-hero-icons'; let { onSendMessage @@ -45,20 +46,7 @@ onsubmit={submit} > (doc = newDoc)} />