Skip to content

Commit

Permalink
refactor: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Oct 3, 2024
1 parent 958cdb3 commit 0eb49f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useDatePicker.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Intl, Temporal } from '@js-temporal/polyfill'
import { Intl } from '@js-temporal/polyfill'
import { render } from '@testing-library/react'
import { renderHook } from '@testing-library/react-hooks'
import React from 'react'
import { SupportedCalendar } from '../types'
import { convertToIso8601, formatDate } from '../utils'
import { convertToIso8601 } from '../utils'
import localisationHelpers from '../utils/localisationHelpers'
import { useDatePicker, UseDatePickerReturn } from './useDatePicker'

Expand Down

0 comments on commit 0eb49f2

Please sign in to comment.