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 +
+
Dashboard
+
+ +
-
-

Welcome to SvelteKit

-

- Visit kit.svelte.dev to read - the documentation -

-
Projects diff --git a/frontend/src/routes/(app)/projects/+page.svelte b/frontend/src/routes/(app)/projects/+page.svelte index 3513f90..e0f9403 100644 --- a/frontend/src/routes/(app)/projects/+page.svelte +++ b/frontend/src/routes/(app)/projects/+page.svelte @@ -42,7 +42,7 @@ } -
+
Projects