From d270f8fc4cc8580d39f1aeffafddc7abf1a70d5c Mon Sep 17 00:00:00 2001 From: JohannesDoberer Date: Mon, 14 Oct 2024 09:51:16 +0200 Subject: [PATCH] events --- container/public/Events.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 container/public/Events.js diff --git a/container/public/Events.js b/container/public/Events.js new file mode 100644 index 0000000000..777ff68d4a --- /dev/null +++ b/container/public/Events.js @@ -0,0 +1 @@ +export { Events as default } from "./bundle.js"; \ No newline at end of file