Skip to content

Commit

Permalink
Export LuigiContainer and LuigiCompoundContainer as js file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer committed Sep 24, 2024
1 parent 6894f9b commit 097c935
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 097c935

Please sign in to comment.