diff --git a/web/src/App.svelte b/web/src/App.svelte
index f272cef..a8a866d 100644
--- a/web/src/App.svelte
+++ b/web/src/App.svelte
@@ -19,6 +19,7 @@
import * as Sheet from '$lib/components/ui/sheet'
import { Button } from '$lib/components/ui/button'
import { Badge } from '$lib/components/ui/badge'
+ import { Separator } from '$lib/components/ui/separator'
import { Toaster } from '$lib/components/ui/sonner'
import PlusIcon from '@lucide/svelte/icons/plus'
import MessageSquareIcon from '@lucide/svelte/icons/message-square'
@@ -76,18 +77,34 @@
-
-
+
+
-
- { newChat(); navigate('chat') }} tooltipContent="New chat">
+
+
+
+
+
+ { newChat(); navigate('chat') }}
+ tooltipContent="New chat"
+ >
{#snippet child({ props })}
-
-
- {page === 'entity' ? routeParam : page}
-
+