mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
da70a1e457
* chore: migrate to SvelteKit app state * update package-lock.json
7 lines
144 B
Svelte
7 lines
144 B
Svelte
<script>
|
|
import { page } from '$app/state';
|
|
import Error from '$lib/components/error.svelte';
|
|
</script>
|
|
|
|
<Error error={page.error}></Error>
|