diff --git a/frontend/src/routes/(app)/+page.svelte b/frontend/src/routes/(app)/+page.svelte index 271b15d..8db66a5 100644 --- a/frontend/src/routes/(app)/+page.svelte +++ b/frontend/src/routes/(app)/+page.svelte @@ -2,19 +2,18 @@ import type { PageData } from './$types' import * as Card from '$lib/components/ui/card' import { Button } from '$lib/components/ui/button' + import { Separator } from '$lib/components/ui/separator' import { BarChart } from 'lucide-svelte' export let data: PageData +
- Visit kit.svelte.dev to read - the documentation -
-