Skip to content

Commit

Permalink
Merge pull request #289 from yearn/fix/format-number-import
Browse files Browse the repository at this point in the history
fix: Format number import
  • Loading branch information
Majorfi committed Jul 11, 2023
2 parents 7df77e0 + 9ec8884 commit 09664c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-lib/utils/format.number.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {formatToNormalizedValue, toBigInt} from '@yearn-finance/web-lib/utils/format';
import {formatToNormalizedValue, toBigInt} from '@yearn-finance/web-lib/utils/format.bigNumber';
import {isZero} from '@yearn-finance/web-lib/utils/isZero';

type TAmountOptions = {
Expand Down

0 comments on commit 09664c5

Please sign in to comment.