Skip to content

Commit d557d50

Browse files
committed
ensure correct path to types
1 parent 483b17a commit d557d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@headlessui-react/src/components/transitions/transition.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import React, {
1212
ElementType,
1313
MutableRefObject,
1414
} from 'react'
15-
import { Props, Expand } from 'types'
15+
import { Props, Expand } from '../../types'
1616

1717
import { useId } from '../../hooks/use-id'
1818
import { useIsInitialRender } from '../../hooks/use-is-initial-render'

0 commit comments

Comments
 (0)