From d1121c0bc1de26826569989d369bd52d086a3e43 Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Wed, 2 Oct 2024 11:17:34 +0200 Subject: [PATCH] Export luigi containers as js file (#3957) --- 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