chore: move models (#24778)

This commit is contained in:
Jason Rasmussen
2025-12-22 10:23:57 -05:00
committed by GitHub
parent 165f9e15ee
commit c7510d572a
10 changed files with 35 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { serverConfigManager } from '$lib/managers/server-config-manager.svelte';
import { OnboardingRole } from '$lib/models/onboarding-role';
import { user } from '$lib/stores/user.store';
import { OnboardingRole } from '$lib/types';
import { Logo } from '@immich/ui';
import { t } from 'svelte-i18n';