Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelylovas committed Sep 12, 2024
1 parent 7978a98 commit 84cca37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/common/BNInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import {
styled,
CircularProgress,
} from '@avalabs/core-k2-components';
import { bigToLocaleString, TokenUnit } from '@avalabs/core-utils-sdk';
import { stringToBigint } from '@src/utils/stringToBigint';
import { bigintToBig } from '@src/utils/bigintToBig';
import { TokenUnit } from '@avalabs/core-utils-sdk';

Big.PE = 99;
Big.NE = -18;
Expand Down

0 comments on commit 84cca37

Please sign in to comment.