diff --git a/app/src/routes/+error.svelte b/app/src/routes/+error.svelte new file mode 100644 index 0000000..fdb6da5 --- /dev/null +++ b/app/src/routes/+error.svelte @@ -0,0 +1,20 @@ + + + + + @nodarium/error + + {JSON.stringify(page.error, null, 2)} + + + window.location.reload()} + > + reload + + + +
{JSON.stringify(page.error, null, 2)}