mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
7 lines
113 B
Svelte
7 lines
113 B
Svelte
<script>
|
|
import {page} from "$app/stores"
|
|
</script>
|
|
|
|
<h1>{$page.status}</h1>
|
|
<pre>{$page.error?.message}</pre>
|