From ede6c87c88dcca4ae14aae9458d551bdcd103aa8 Mon Sep 17 00:00:00 2001 From: Sabine Lim Date: Mon, 15 May 2023 03:55:39 +1000 Subject: [PATCH] OOps left this out --- Basalt/plugins/xml.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Basalt/plugins/xml.lua b/Basalt/plugins/xml.lua index f829c80..112900b 100644 --- a/Basalt/plugins/xml.lua +++ b/Basalt/plugins/xml.lua @@ -183,6 +183,12 @@ end return { basalt = function(basalt) local object = { + layout = function(path) + return { + path = path, + } + end, + reactive = function(initialValue) local value = initialValue local observerEffects = {}