mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-28 18:26:36 +00:00
7 lines
157 B
Svelte
7 lines
157 B
Svelte
<script lang="ts">
|
|
import { page } from '$app/state';
|
|
import Error from '$lib/components/error.svelte';
|
|
</script>
|
|
|
|
<Error message={page.error!.message} />
|