Supra_App/src/routes/(authed)/+error.svelte

5 lines
113 B
Svelte
Raw Normal View History

2026-02-17 14:30:02 +07:00
<script lang="ts">
import { page } from '$app/state';
</script>
<h1>{page.status} {page.error?.message}</h1>