Skip to content

Commit

Permalink
add the export to disable and enable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
simbathesailor committed Mar 29, 2021
1 parent 63f91f6 commit 8b8ff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useWhatChanged } from './useWhatChanged';
import { useWhatChanged, setUseWhatChange } from './useWhatChanged';

// Delete me

export { useWhatChanged };
export { useWhatChanged, setUseWhatChange };

0 comments on commit 8b8ff01

Please sign in to comment.