mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
fix some stuff
This commit is contained in:
5
src/routes/docs/+error.svelte
Normal file
5
src/routes/docs/+error.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { page } from '$app/stores';
|
||||
</script>
|
||||
|
||||
<h1>{$page?.error?.message}</h1>
|
||||
Reference in New Issue
Block a user