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

@@ -11,7 +11,7 @@ import DocumentViewer from '$lib/document/DocumentViewer.svelte';
import UploadZone from '$lib/document/UploadZone.svelte';
import WhoWhenSection from '$lib/document/WhoWhenSection.svelte';
import DescriptionSection from '$lib/document/DescriptionSection.svelte';
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'];