We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483b17a commit d557d50Copy full SHA for d557d50
packages/@headlessui-react/src/components/transitions/transition.tsx
@@ -12,7 +12,7 @@ import React, {
12
ElementType,
13
MutableRefObject,
14
} from 'react'
15
-import { Props, Expand } from 'types'
+import { Props, Expand } from '../../types'
16
17
import { useId } from '../../hooks/use-id'
18
import { useIsInitialRender } from '../../hooks/use-is-initial-render'
0 commit comments