mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2025-12-01 17:35:14 +01:00
feat(init)!: create sulej.ch
This commit is contained in:
7
src/routes/+error.svelte
Normal file
7
src/routes/+error.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import { page } from "$app/stores";
|
||||
$: status = $page.status;
|
||||
</script>
|
||||
|
||||
<h1>{status}</h1>
|
||||
<p>{$page.error?.message}</p>
|
||||
Reference in New Issue
Block a user