Skip to content

Commit

Permalink
fix: exports badges in default export
Browse files Browse the repository at this point in the history
  • Loading branch information
geometricpanda committed Feb 27, 2023
1 parent 5b534c4 commit cfbbb56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export * from './components';
export * from './constants';
export * from './shared';

if (module && module.hot && module.hot.decline) {
module.hot.decline();
}
Expand Down

0 comments on commit cfbbb56

Please sign in to comment.