chore: stop using alias imports
This commit is contained in:
parent
ad7a2eac4e
commit
b48c590bc8
243 changed files with 1061 additions and 1080 deletions
|
|
@ -4,17 +4,17 @@ import classnames from 'classnames'
|
|||
import { isAfter } from 'date-fns/fp'
|
||||
import * as R from 'ramda'
|
||||
import React, { useState } from 'react'
|
||||
import { Info2, Label1, Label2, P } from 'src/components/typography/index'
|
||||
import PercentDownIcon from 'src/styling/icons/dashboard/down.svg?react'
|
||||
import PercentNeutralIcon from 'src/styling/icons/dashboard/equal.svg?react'
|
||||
import PercentUpIcon from 'src/styling/icons/dashboard/up.svg?react'
|
||||
import { Info2, Label1, Label2, P } from '../../../components/typography/index'
|
||||
import PercentDownIcon from '../../../styling/icons/dashboard/down.svg?react'
|
||||
import PercentNeutralIcon from '../../../styling/icons/dashboard/equal.svg?react'
|
||||
import PercentUpIcon from '../../../styling/icons/dashboard/up.svg?react'
|
||||
|
||||
import { EmptyTable } from 'src/components/table'
|
||||
import { java, neon } from 'src/styling/variables'
|
||||
import { fromNamespace } from 'src/utils/config'
|
||||
import { DAY, WEEK, MONTH } from 'src/utils/time'
|
||||
import { timezones } from 'src/utils/timezone-list'
|
||||
import { toTimezone } from 'src/utils/timezones'
|
||||
import { EmptyTable } from '../../../components/table'
|
||||
import { java, neon } from '../../../styling/variables'
|
||||
import { fromNamespace } from '../../../utils/config'
|
||||
import { DAY, WEEK, MONTH } from '../../../utils/time'
|
||||
import { timezones } from '../../../utils/timezone-list'
|
||||
import { toTimezone } from '../../../utils/timezones'
|
||||
|
||||
import PercentageChart from './Graphs/PercentageChart'
|
||||
import LineChart from './Graphs/RefLineChart'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue