Commit 77c7dab0 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

chore: use esm for luxon (#2452)

parent ffab1c56
...@@ -3,7 +3,7 @@ import { t, Trans } from '@lingui/macro' ...@@ -3,7 +3,7 @@ import { t, Trans } from '@lingui/macro'
import { CurrencyAmount, Token } from '@uniswap/sdk-core' import { CurrencyAmount, Token } from '@uniswap/sdk-core'
import useCurrentBlockTimestamp from 'hooks/useCurrentBlockTimestamp' import useCurrentBlockTimestamp from 'hooks/useCurrentBlockTimestamp'
import JSBI from 'jsbi' import JSBI from 'jsbi'
import { DateTime } from 'luxon' import { DateTime } from 'luxon/src/luxon'
import { useState } from 'react' import { useState } from 'react'
import { ArrowLeft } from 'react-feather' import { ArrowLeft } from 'react-feather'
import ReactMarkdown from 'react-markdown' import ReactMarkdown from 'react-markdown'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment