mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
chore: svelte-kit-2 (#6103)
* chore: upgrade svelte * chore: type imports * chore: types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { api, ServerConfigDto, ServerFeaturesDto } from '@api';
|
||||
import { api, type ServerConfigDto, type ServerFeaturesDto } from '@api';
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export type FeatureFlags = ServerFeaturesDto & { loaded: boolean };
|
||||
|
||||
Reference in New Issue
Block a user