Skip to content

Commit

Permalink
fix: unused index
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Feb 2, 2025
1 parent cc14a8f commit 02f5a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/utils/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/spatial_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
CubeOffsetId,
PatchBoundingPoints,
CubeSides,
} from './common_types'
} from './common_types.js'

const patchSidesMapping: Record<PatchSideId, PatchOffsetId> = {
[PatchSideId.LEFT_EDGE]: PatchOffsetId.XmY0,
Expand Down

0 comments on commit 02f5a8a

Please sign in to comment.