Skip to content

Commit

Permalink
🎨 remove default export in hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jan 16, 2024
1 parent d3bb3a8 commit 1ab1cbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/usehooks-ts/src/useLockedBody/useLockedBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@ export function useLockedBody(

return [locked, setLocked]
}

export default useLockedBody

0 comments on commit 1ab1cbb

Please sign in to comment.