mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
7 lines
176 B
Svelte
7 lines
176 B
Svelte
<script>
|
|
import { page } from '$app/state';
|
|
import ErrorLayout from '$lib/components/layouts/ErrorLayout.svelte';
|
|
</script>
|
|
|
|
<ErrorLayout error={page.error}></ErrorLayout>
|