We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfee3e3 commit 5c8b158Copy full SHA for 5c8b158
platforms/pictique/src/routes/(protected)/group/[id]/+page.svelte
@@ -3,13 +3,10 @@
3
import { ChatMessage, MessageInput } from '$lib/fragments';
4
import { Avatar, Button, Input, Label } from '$lib/ui';
5
import { InputFile } from '$lib/fragments';
6
- import { Edit01FreeIcons } from '@hugeicons/core-free-icons';
7
- import {HugeiconsIcon} from "@hugeicons/svelte";
8
import { goto } from '$app/navigation';
9
import { page } from '$app/state';
10
import Settings from '$lib/icons/Settings.svelte';
11
import { clickOutside } from '$lib/utils';
12
- import VerticalDots from '$lib/icons/VerticalDots.svelte';
13
14
let messagesContainer: HTMLDivElement;
15
let messageValue = $state('');
0 commit comments