Error page
This commit is contained in:
parent
b9960a561c
commit
746e2de2b3
7
src/routes/+error.svelte
Normal file
7
src/routes/+error.svelte
Normal file
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import { page } from "$app/stores";
|
||||
</script>
|
||||
|
||||
<h1>Error</h1>
|
||||
<h3>{$page.status}</h3>
|
||||
<p>{$page.error?.message}</p>
|
||||
Loading…
x
Reference in New Issue
Block a user