OOps left this out

This commit is contained in:
Sabine Lim
2023-05-15 03:55:39 +10:00
parent 5593b3bbfb
commit ede6c87c88

View File

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