Skip to content

Commit

Permalink
fix: fix how parseISO is imported from date-fns
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Feb 27, 2024
1 parent 1507ba4 commit b874d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/molecules/date-picker/useDatePicker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useState } from 'react'
import parseISO from 'date-fns/parseISO'

import parseISO from 'date-fns/parseISO/index.js'

import { formatDateProperty, PropertyType } from '../../utils/index.js'

Expand Down

0 comments on commit b874d1d

Please sign in to comment.