Skip to content

Commit

Permalink
export the error context and hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Oct 16, 2023
1 parent 2364734 commit 5637b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ export * from './components/RiceLogo';
export * from './components/Text';
export * from './components/ToastContainer';
export * as Forms from './components/forms';
export * from './contexts';
export * from './hooks';
export * from './theme';
export * from './types';

0 comments on commit 5637b4f

Please sign in to comment.