chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,16 +4,16 @@ import { endOfToday } from 'date-fns'
|
|||
import { subDays, format, add, startOfWeek } from 'date-fns/fp'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import TitleSection from 'src/components/layout/TitleSection'
|
||||
import { Info2, P } from 'src/components/typography'
|
||||
import DownIcon from 'src/styling/icons/dashboard/down.svg?react'
|
||||
import EqualIcon from 'src/styling/icons/dashboard/equal.svg?react'
|
||||
import UpIcon from 'src/styling/icons/dashboard/up.svg?react'
|
||||
import TitleSection from '../../components/layout/TitleSection'
|
||||
import { Info2, P } from '../../components/typography'
|
||||
import DownIcon from '../../styling/icons/dashboard/down.svg?react'
|
||||
import EqualIcon from '../../styling/icons/dashboard/equal.svg?react'
|
||||
import UpIcon from '../../styling/icons/dashboard/up.svg?react'
|
||||
|
||||
import { Select } from 'src/components/inputs'
|
||||
import { fromNamespace } from 'src/utils/config'
|
||||
import { numberToFiatAmount } from 'src/utils/number'
|
||||
import { DAY, WEEK, MONTH } from 'src/utils/time'
|
||||
import { Select } from '../../components/inputs'
|
||||
import { fromNamespace } from '../../utils/config'
|
||||
import { numberToFiatAmount } from '../../utils/number'
|
||||
import { DAY, WEEK, MONTH } from '../../utils/time'
|
||||
|
||||
import LegendEntry from './components/LegendEntry'
|
||||
import HourOfDayWrapper from './components/wrappers/HourOfDayWrapper'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue