Skip to content

Commit

Permalink
Fix broken tree shaking for legacy parse
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodejongh authored Apr 9, 2021
1 parent bd0cfff commit d806432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/legacyParse/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isDate } from 'date-fns'
import isDate from 'date-fns/isDate'

const MILLISECONDS_IN_HOUR = 3600000
const MILLISECONDS_IN_MINUTE = 60000
Expand Down

0 comments on commit d806432

Please sign in to comment.