Skip to content

Commit

Permalink
some bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsalvas committed Dec 24, 2021
1 parent d8fc761 commit 4bd4c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ if (module && module.hot && module.hot.decline) {
module.hot.decline();
}

export {withThemeProvider} from "./withThemeProvider";
// make it work with --isolatedModules
export default {};

0 comments on commit 4bd4c00

Please sign in to comment.