Skip to content

Commit

Permalink
fix: remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink committed Feb 28, 2024
1 parent 9e28f83 commit be55892
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@vitejs/plugin-react": "^4.2.1",
"auto": "^11.0.4",
"auto": "^11.0.5",
"boxen": "^7.1.1",
"dedent": "^1.5.1",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// make it work with --isolatedModules
export default {};
// export default {};

export {withLivePreview} from './withLivePreview'
export {withContentful} from './withContentful'
Expand Down

0 comments on commit be55892

Please sign in to comment.