mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-21 05:39:21 +00:00
7 lines
159 B
Svelte
7 lines
159 B
Svelte
<script lang="ts">
|
|
import { page } from '$app/stores';
|
|
import Error from '$lib/components/error.svelte';
|
|
</script>
|
|
|
|
<Error message={$page.error!.message} />
|