Skip to content

Commit

Permalink
Export luigi containers as js file (#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Oct 2, 2024
1 parent 8c977f0 commit d1121c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions container/public/LuigiCompoundContainer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { LuigiCompoundContainer as default } from "./bundle.js";
1 change: 1 addition & 0 deletions container/public/LuigiContainer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { LuigiContainer as default } from "./bundle.js";

0 comments on commit d1121c0

Please sign in to comment.