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
@@ -1,6 +1,6 @@
<script lang="ts">
import AuthPageLayout from '$lib/components/layouts/AuthPageLayout.svelte';
import { authManager } from '$lib/stores/auth-manager.svelte';
import { authManager } from '$lib/managers/auth-manager.svelte';
import { user } from '$lib/stores/user.store';
import { updateMyUser } from '@immich/sdk';
import { Alert, Button, Field, HelperText, PasswordInput, Stack, Text } from '@immich/ui';