Skip to content

Commit

Permalink
Merge pull request #12 from pmeller/fix-incorrect-import
Browse files Browse the repository at this point in the history
Fix incorrect import in DateSingleInput.tsx
  • Loading branch information
tresko committed Sep 10, 2019
2 parents 38885e1 + 050ca5e commit febb67c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import {
FormatFunction,
getInputValue,
OnDatesChangeProps,
FirstDayOfWeek,
MonthType,
} from '@datepicker-react/hooks'
import {dateSingleInputPhrases, DateSingleInputPhrases} from '../../phrases'
import Box from '../Box'
Expand All @@ -13,7 +15,6 @@ import Datepicker from '../Datepicker'
// eslint-disable-next-line import/no-unresolved
import {DateSingleInputTheme} from '../../@types/theme'
import useThemeProps from '../../hooks/useThemeProps'
import {FirstDayOfWeek, MonthType} from '@datepicker-react/hooks/src'

interface RtlProps {
rtl: boolean
Expand Down

0 comments on commit febb67c

Please sign in to comment.