diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6c30cde..d627031 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,7 +3,8 @@ import { untrack } from "svelte"; import { enhance } from "$app/forms"; - import { page } from "$app/state" + import { page } from "$app/state"; + import { base } from "$app/paths"; import type { RecordEntry } from "$lib/db_types" import { MONTHS, toInt, padInt, parseDate, calculateDuration, weekday_of } from "$lib/util"; @@ -263,13 +264,13 @@ {#if document == null} -
+
{:else} -
+