From 097c935365a13300a6f2e4a3a0ffcb86dcc9bdcf Mon Sep 17 00:00:00 2001 From: JohannesDoberer Date: Tue, 24 Sep 2024 08:02:22 +0200 Subject: [PATCH] Export LuigiContainer and LuigiCompoundContainer as js file --- container/public/LuigiCompoundContainer.js | 1 + container/public/LuigiContainer.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 container/public/LuigiCompoundContainer.js create mode 100644 container/public/LuigiContainer.js diff --git a/container/public/LuigiCompoundContainer.js b/container/public/LuigiCompoundContainer.js new file mode 100644 index 0000000000..35e5f15204 --- /dev/null +++ b/container/public/LuigiCompoundContainer.js @@ -0,0 +1 @@ +export { LuigiCompoundContainer as default } from "./bundle.js"; \ No newline at end of file diff --git a/container/public/LuigiContainer.js b/container/public/LuigiContainer.js new file mode 100644 index 0000000000..b9ee6e194f --- /dev/null +++ b/container/public/LuigiContainer.js @@ -0,0 +1 @@ +export { LuigiContainer as default } from "./bundle.js"; \ No newline at end of file