Skip to content

Commit 9472a33

Browse files
committed
fixes after rebase
1 parent 4178c47 commit 9472a33

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/utils/format.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
import { DateTime } from 'luxon'
22
import { toAe } from '@aeternity/aepp-sdk'
33
import { BigNumber } from 'bignumber.js'
4-
import {
5-
KNOWN_ADDRESSES,
6-
MAXIMUM_FRACTION_DIGITS,
7-
MINUTES_PER_BLOCK,
8-
NUMBER_FRACTION_THRESHOLD,
9-
REVOKED_PERIOD,
10-
} from '@/utils/constants'
114
import numeral from 'numeral'
12-
13-
import { MINUTES_PER_BLOCK, REVOKED_PERIOD } from '@/utils/constants'
5+
import { KNOWN_ADDRESSES, MINUTES_PER_BLOCK, REVOKED_PERIOD } from '@/utils/constants'
146

157
// todo rename
168
export function formatNumber2(number, maxDigits, hasFullPrecision) {

0 commit comments

Comments
 (0)