fix some stuff

This commit is contained in:
Torsten Dittmann
2023-09-13 16:04:03 +02:00
parent 99324924ff
commit 34be18212d
13 changed files with 74 additions and 23116 deletions

View File

@@ -0,0 +1,5 @@
<script lang="ts">
import { page } from '$app/stores';
</script>
<h1>{$page?.error?.message}</h1>