zwischenstand
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user