summaryrefslogtreecommitdiff
path: root/client/src/routes/(app)/+error.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/routes/(app)/+error.svelte')
-rw-r--r--client/src/routes/(app)/+error.svelte5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/routes/(app)/+error.svelte b/client/src/routes/(app)/+error.svelte
new file mode 100644
index 0000000..63f3d66
--- /dev/null
+++ b/client/src/routes/(app)/+error.svelte
@@ -0,0 +1,5 @@
+<script lang="ts">
+ import { page } from '$app/state';
+</script>
+
+<h1>{page.status} {page.error?.message}</h1>