diff --git a/src/lib/components/channel.svelte b/src/lib/components/channel.svelte
index b88572f..fd3248f 100644
--- a/src/lib/components/channel.svelte
+++ b/src/lib/components/channel.svelte
@@ -1,6 +1,6 @@
diff --git a/src/lib/components/ui/context-menu/context-menu-checkbox-item.svelte b/src/lib/components/ui/context-menu/context-menu-checkbox-item.svelte
index 84e6718..07305cf 100644
--- a/src/lib/components/ui/context-menu/context-menu-checkbox-item.svelte
+++ b/src/lib/components/ui/context-menu/context-menu-checkbox-item.svelte
@@ -1,7 +1,6 @@
diff --git a/src/routes/(main)/channel/[channel]/+page.svelte b/src/routes/(main)/channel/[channel]/+page.svelte
index db81cc6..b9459db 100644
--- a/src/routes/(main)/channel/[channel]/+page.svelte
+++ b/src/routes/(main)/channel/[channel]/+page.svelte
@@ -6,7 +6,7 @@
import { buttonVariants } from '$lib/components/ui/button';
import { autoResize } from '$lib/functions/autoresize.svelte';
import Websocket from '$lib/functions/clientWebsocket.svelte';
- import Send from 'lucide-svelte/icons/send';
+ import { Send } from 'lucide-svelte';
import { io } from 'socket.io-client';
import { onMount } from 'svelte';
import type { PageData } from './$types';