refactor: move tag domain components to lib/tag/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-05 14:27:25 +02:00
parent d5d36e661a
commit 7dd05af867
13 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import WhoWhenSection from './WhoWhenSection.svelte';
import DescriptionSection from './DescriptionSection.svelte';
import PdfViewer from '$lib/document/viewer/PdfViewer.svelte';
import { bulkTitleFromFilename } from '$lib/document/filename';
import type { Tag } from '$lib/components/TagInput.svelte';
import type { Tag } from '$lib/tag/TagInput.svelte';
import type { components } from '$lib/generated/api';
type Person = components['schemas']['Person'];