chore: redirect coin dependencies to l-c module

This commit is contained in:
Sérgio Salgado 2021-01-04 12:21:24 +00:00 committed by Josh Harvey
parent 3423e2ddd0
commit bb433164ab
31 changed files with 8 additions and 54 deletions

View file

@ -8,7 +8,6 @@ import DataTable from 'src/components/tables/DataTable'
import { H3, H4, Label1, Label2, P } from 'src/components/typography'
import { ReactComponent as TxInIcon } from 'src/styling/icons/direction/cash-in.svg'
import { ReactComponent as TxOutIcon } from 'src/styling/icons/direction/cash-out.svg'
// import { toUnit } from 'src/utils/coin'
import { ifNotNull } from 'src/utils/nullCheck'
import { formatDate } from 'src/utils/timezones'