testing error pages
This commit is contained in:
parent
8e8d8c293a
commit
355942f4eb
|
|
@ -0,0 +1,5 @@
|
||||||
|
<script>
|
||||||
|
import { page } from '$app/stores';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<h1>{$page.status}: {$page.error.message}</h1>
|
||||||
Loading…
Reference in New Issue