Skip to content

Commit

Permalink
fix: native useWindowFocus should return same name empty fn
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Nov 9, 2023
1 parent f007cf2 commit 44a8ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/good-design/src/hooks/useWindowFocus.native.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export {};
// eslint-disable-next-line @typescript-eslint/no-empty-function
export const useWindowFocus = () => {};

0 comments on commit 44a8ef5

Please sign in to comment.