Skip to content

Commit

Permalink
Update module export.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed May 24, 2020
1 parent 3adefd3 commit 82059e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DevApp/dist/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.exports = require("./dist/dotnetify-react");
export * from "./react";
export { default } from "./react";

0 comments on commit 82059e0

Please sign in to comment.