zwischenstand

This commit is contained in:
2025-10-02 09:14:58 +00:00
parent f3dc0dc9bd
commit b22d5d5103
8 changed files with 140 additions and 185 deletions

View File

@@ -2,8 +2,8 @@
import { getCachedEntry } from "../api"
import NotFound from "./NotFound.svelte"
export let location: LocationStore | undefined
export let id: string | undefined
export let location: LocationStore | undefined = undefined
export let id: string | null = null
let loading = true
let contentEntry: ContentEntry | null = null