Skip to content

Commit

Permalink
chore: remove some unused files (#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa committed Mar 11, 2024
1 parent f90e823 commit 01e46d9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 44 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-flowers-shave.md
@@ -0,0 +1,6 @@
---
"@latticexyz/common": patch
"@latticexyz/react": patch
---

Removed some unused files, namely `curry` in `@latticexyz/common` and `useDeprecatedComputedValue` from `@latticexyz/react`.
12 changes: 0 additions & 12 deletions packages/common/src/utils/curry.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/common/src/utils/index.ts
Expand Up @@ -3,7 +3,6 @@ export * from "./bigIntMax";
export * from "./bigIntMin";
export * from "./bigIntSort";
export * from "./chunk";
export * from "./curry";
export * from "./groupBy";
export * from "./identity";
export * from "./includes";
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
@@ -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 01e46d9

Please sign in to comment.