This commit is contained in:
Robin Grenzdörfer 2023-12-08 13:24:32 +00:00
parent fc612ad924
commit 6a94866368

View File

@ -5,6 +5,7 @@
export let pageId: string
export let persons: Page[]
persons = persons.sort((a, b) => a.sort - b.sort)
let hover = -1
</script>