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 = {}