refactor: move managers to new folder (#17929)

This commit is contained in:
Daniel Dietzler
2025-04-28 16:56:04 +02:00
committed by GitHub
parent 1b5fc9c665
commit a17390a422
15 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { authManager } from '$lib/stores/auth-manager.svelte';
import { authManager } from '$lib/managers/auth-manager.svelte';
import { notificationManager } from '$lib/stores/notification-manager.svelte';
import { createEventEmitter } from '$lib/utils/eventemitter';
import { type AssetResponseDto, type NotificationDto, type ServerVersionResponseDto } from '@immich/sdk';