Skip to content

Commit

Permalink
chore: remove some unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaa committed Mar 8, 2024
1 parent 1a82c27 commit a1f5492
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 48 deletions.
12 changes: 0 additions & 12 deletions packages/common/src/utils/curry.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/common/src/utils/identity.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/common/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ export * from "./bigIntMax";
export * from "./bigIntMin";
export * from "./bigIntSort";
export * from "./chunk";
export * from "./curry";
export * from "./groupBy";
export * from "./identity";
export * from "./includes";
export * from "./isDefined";
export * from "./isNotNull";
Expand Down
3 changes: 0 additions & 3 deletions packages/dev-tools/src/exhaustiveCheck.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/dev-tools/src/recs/serializeWithoutIndexedValues.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from "./useComponentValue";
export * from "./useDeprecatedComputedValue";
export * from "./useEntityQuery";
export * from "./useObservableValue";
export * from "./usePromise";
14 changes: 0 additions & 14 deletions packages/react/src/useDeprecatedComputedValue.ts

This file was deleted.

0 comments on commit a1f5492

Please sign in to comment.