Skip to content

Commit

Permalink
ensure correct path to types
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Feb 7, 2021
1 parent 483b17a commit d557d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import React, {
ElementType,
MutableRefObject,
} from 'react'
import { Props, Expand } from 'types'
import { Props, Expand } from '../../types'

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

0 comments on commit d557d50

Please sign in to comment.