refactor: move person domain components and utils to lib/person/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-05 14:26:21 +02:00
parent 920742ba1c
commit d5d36e661a
49 changed files with 41 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ import {
normalizePersonType,
validatePersonFields,
resolveValidationMessage
} from '$lib/person-validation';
} from '$lib/person/person-validation';
export async function load({ params, fetch, locals }) {
const canWrite =