Skip to content

Commit

Permalink
fix(subsurface-viewer): test nx release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Sep 17, 2024
1 parent a2d6fe6 commit 0fec487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typescript/packages/subsurface-viewer/src/utils/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ export function useShiftHeld(): {

return { divRef, shiftHeld };
}

export function testFunction(): number {
return 1;
}

0 comments on commit 0fec487

Please sign in to comment.