mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-14 13:12:41 +00:00
feat: improvements
This commit is contained in:
6
src/routes/(app)/+error.svelte
Normal file
6
src/routes/(app)/+error.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
import { page } from "$app/stores";
|
||||
</script>
|
||||
|
||||
<h1>{$page.status}</h1>
|
||||
<pre>{$page.error?.message}</pre>
|
||||
Reference in New Issue
Block a user