Skip to content

Commit

Permalink
rm unused round
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Oct 9, 2023
1 parent 4ccf2da commit 6123b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export * from './renderMeasuringCells';
export * from './selectedCellUtils';
export * from './styleUtils';

export const { min, max, round, floor, sign, abs } = Math;
export const { min, max, floor, sign, abs } = Math;

export function assertIsValidKeyGetter<R, K extends React.Key>(
keyGetter: unknown
Expand Down

0 comments on commit 6123b76

Please sign in to comment.