Skip to content

Commit

Permalink
fix(webapp): do not import date-fns/esm
Browse files Browse the repository at this point in the history
Apparently this breaks everything.
  • Loading branch information
JoosepAlviste committed Dec 18, 2023
1 parent 1141ec6 commit a909d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useMutation } from '@apollo/client'
import { isFuture } from 'date-fns/esm'
import { isFuture } from 'date-fns'
import React from 'react'

import { Button, Text } from '#/components'
Expand Down

0 comments on commit a909d39

Please sign in to comment.