Skip to content

Commit

Permalink
Merge pull request #6 from geometricpanda/fix/badges-import-path
Browse files Browse the repository at this point in the history
fix: exports badges in default export
  • Loading branch information
geometricpanda committed Feb 27, 2023
2 parents 5b534c4 + cfbbb56 commit e89b805
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 e89b805

Please sign in to comment.