diff --git a/src/lib/components/transitions/TransitionChild.svelte b/src/lib/components/transitions/TransitionChild.svelte index 1c54ff3..20aac83 100644 --- a/src/lib/components/transitions/TransitionChild.svelte +++ b/src/lib/components/transitions/TransitionChild.svelte @@ -12,7 +12,7 @@ useNesting, useParentNesting, useTransitionContext, - } from "./TransitionRoot.svelte"; + } from "$lib/components/transitions/common.svelte"; import { useId } from "$lib/hooks/use-id"; import { forwardEventsBuilder } from "$lib/internal/forwardEventsBuilder"; import { get_current_component } from "svelte/internal"; diff --git a/src/lib/components/transitions/TransitionChildWrapper.svelte b/src/lib/components/transitions/TransitionChildWrapper.svelte index 2362140..b45f2e6 100644 --- a/src/lib/components/transitions/TransitionChildWrapper.svelte +++ b/src/lib/components/transitions/TransitionChildWrapper.svelte @@ -1,13 +1,12 @@ -