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:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { m } from '$lib/paraglide/messages.js';
|
||||
import { page } from '$app/state';
|
||||
import StammbaumTree from '$lib/components/StammbaumTree.svelte';
|
||||
import StammbaumSidePanel from '$lib/components/StammbaumSidePanel.svelte';
|
||||
import StammbaumTree from '$lib/person/StammbaumTree.svelte';
|
||||
import StammbaumSidePanel from '$lib/person/StammbaumSidePanel.svelte';
|
||||
import type { components } from '$lib/generated/api';
|
||||
|
||||
type PersonNodeDTO = components['schemas']['PersonNodeDTO'];
|
||||
|
||||
Reference in New Issue
Block a user