diff --git a/DevApp/dist/index.js b/DevApp/dist/index.js index ec9c1fa5..86ad62fd 100644 --- a/DevApp/dist/index.js +++ b/DevApp/dist/index.js @@ -1 +1,2 @@ -module.exports = require("./dist/dotnetify-react"); \ No newline at end of file +export * from "./react"; +export { default } from "./react";