diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte index 8ef561d..029d2f7 100644 --- a/src/routes/(app)/+page.svelte +++ b/src/routes/(app)/+page.svelte @@ -2,6 +2,7 @@ import { enhance } from '$app/forms'; import ActivityBubble from '$lib/components/ActivityBubble.svelte'; import HabitActivityHistory from '$lib/components/HabitActivityHistory.svelte'; + import { Prisma } from '@prisma/client'; import dayjs from 'dayjs'; import type { PageServerData } from './$types'; @@ -61,12 +62,28 @@

Overview

{#each data.habits as habit} - - {habit.name} -
- + {/each}
diff --git a/src/routes/(app)/[id]/+page.svelte b/src/routes/(app)/[id]/+page.svelte index 17afe9b..6a81cf7 100644 --- a/src/routes/(app)/[id]/+page.svelte +++ b/src/routes/(app)/[id]/+page.svelte @@ -25,7 +25,7 @@
- Show Values + Show Values