Skip to content

Commit

Permalink
fix: forward classNames as an export for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jan 9, 2024
1 parent 28a23e3 commit f4c6863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* istanbul ignore file */
import classNames from 'classnames';

export * from './use-cached-state';
export * from './use-effect';

export { classNames };

0 comments on commit f4c6863

Please sign in to comment.