mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 09:14:59 +03:00
* feat: loading screen, initSDK on bootstrap, fix FOUC for theme * pulsate immich logo, don't set localstorage * Make it spin * Rework error handling a bit * Cleanup * fix test * rename, memoize --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
7 lines
146 B
Svelte
7 lines
146 B
Svelte
<script>
|
|
import { page } from '$app/stores';
|
|
import Error from '$lib/components/error.svelte';
|
|
</script>
|
|
|
|
<Error error={$page.error}></Error>
|