diff --git a/src/routes/channel/[channel]/+page.svelte b/src/routes/channel/[channel]/+page.svelte
index 221fc61..be2b32f 100644
--- a/src/routes/channel/[channel]/+page.svelte
+++ b/src/routes/channel/[channel]/+page.svelte
@@ -11,6 +11,7 @@
import { onMount } from 'svelte';
import { v4 as uuidv4 } from 'uuid';
import type { PageData } from './$types';
+ import { blur } from 'svelte/transition';
const { data }: { data: PageData } = $props();
@@ -65,9 +66,18 @@