chore: use default theme config (#18314)

This commit is contained in:
Jason Rasmussen
2025-05-15 11:44:10 -04:00
committed by GitHub
parent b7b0b9b6d8
commit 7146ec99b1
5 changed files with 11 additions and 45 deletions

View File

@@ -16,6 +16,7 @@
import { copyToClipboard } from '$lib/utils';
import { isAssetViewerRoute } from '$lib/utils/navigation';
import { setTranslations } from '@immich/ui';
import '@immich/ui/theme/default.css';
import { onMount, type Snippet } from 'svelte';
import { t } from 'svelte-i18n';
import { run } from 'svelte/legacy';