Skip to content

Commit

Permalink
fix : compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ma9pie committed Mar 7, 2024
1 parent 41ad5a3 commit e183e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/math.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Big from 'big.js';

import { floor } from '@/utils';
import { floor } from './format';

type Argument = number | string | BigInt | undefined;

Expand Down

0 comments on commit e183e5f

Please sign in to comment.