mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: improve initial loading time (#17379)
This commit is contained in:
parent
dfab32c8f2
commit
720189e2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
import { listNavigation } from '$lib/actions/list-navigation';
|
||||
import { t } from 'svelte-i18n';
|
||||
import CoordinatesInput from '$lib/components/shared-components/coordinates-input.svelte';
|
||||
import Map from '$lib/components/shared-components/map/map.svelte';
|
||||
import type Map from '$lib/components/shared-components/map/map.svelte';
|
||||
import { get } from 'svelte/store';
|
||||
interface Point {
|
||||
lng: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue