Skip to content

Commit be8b2c7

Browse files
authored
fix(utils): fix the build (#662)
1 parent d2ead58 commit be8b2c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/utils/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
export * from "./binary";
2-
31
// TODO: move util functions from open-next here (if/where it makes sense)
42
export function add(a: number, b: number) {
53
return a + b;

0 commit comments

Comments
 (0)