Skip to content

Commit

Permalink
feat: x (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever authored Sep 28, 2024
1 parent 0701651 commit 2f3faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/struct/integer-buffer-set/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import invariant from '@x-oasis/invariant';
import isClamped from '@x-oasis/is-clamped';
import invariant from '@x-oasis/invariant';
import returnHook, { ReturnHook } from '@x-oasis/return-hook';
import Heap from '@x-oasis/heap';
import {
Expand Down

0 comments on commit 2f3faef

Please sign in to comment.