Skip to content

Commit

Permalink
fix some import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonRP committed Dec 17, 2024
1 parent 979edb2 commit 6f8cdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/motion-start/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export {
} from './utils/use-instant-transition.svelte';
export { useInstantLayoutTransition } from './projection/use-instant-layout-transition.svelte';
export { useResetProjection } from './projection/use-reset-projection.svelte';
export { buildTransform } from './render/html/utils/build-transform';
export { buildTransform } from './render/html/utils/build-transform.svelte';
export { visualElementStore } from './render/store.svelte';
export { animateValue } from './animation/animators/MainThreadAnimation.svelte';
export { color } from './value/types/color';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright (c) 2018 Framer B.V.
import type { MotionProps } from '../../../motion/types';
import type { HTMLRenderState } from '../types';
import type { ResolvedValues } from '../../types';
import { buildTransform } from './build-transform';
import { buildTransform } from './build-transform.svelte';
import { isCSSVariableName } from '../../dom/utils/is-css-variable';
import { transformProps } from './transform.svelte';
import { getValueAsType } from '../../dom/value-types/get-as-type';
Expand Down

0 comments on commit 6f8cdb6

Please sign in to comment.