chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,8 +4,8 @@ import { getTimezoneOffset } from 'date-fns-tz'
|
|||
import { add, format, startOfWeek, startOfYear } from 'date-fns/fp'
|
||||
import React, { useCallback, useEffect, useMemo, useRef } from 'react'
|
||||
|
||||
import { numberToFiatAmount } from 'src/utils/number'
|
||||
import { MINUTE, DAY, WEEK, MONTH } from 'src/utils/time'
|
||||
import { numberToFiatAmount } from '../../../../utils/number'
|
||||
import { MINUTE, DAY, WEEK, MONTH } from '../../../../utils/time'
|
||||
|
||||
const Graph = ({ data, timeFrame, timezone }) => {
|
||||
const ref = useRef(null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue