mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-29 05:12:40 +00:00
7 lines
116 B
Svelte
7 lines
116 B
Svelte
<script>
|
|
import { page } from "$app/stores";
|
|
</script>
|
|
|
|
<h1>{$page.status}</h1>
|
|
<pre>{$page.error?.message}</pre>
|