mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 10:52:39 +09:00
chore: svelte-kit-2 (#6103)
* chore: upgrade svelte * chore: type imports * chore: types
This commit is contained in:
@@ -2,12 +2,12 @@ import { notificationController, NotificationType } from '$lib/components/shared
|
||||
import { downloadManager } from '$lib/stores/download';
|
||||
import {
|
||||
api,
|
||||
BulkIdResponseDto,
|
||||
AssetResponseDto,
|
||||
DownloadResponseDto,
|
||||
DownloadInfoDto,
|
||||
type BulkIdResponseDto,
|
||||
type AssetResponseDto,
|
||||
type DownloadResponseDto,
|
||||
type DownloadInfoDto,
|
||||
AssetTypeEnum,
|
||||
UserResponseDto,
|
||||
type UserResponseDto,
|
||||
} from '@api';
|
||||
import { handleError } from './handle-error';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user