OOps left this out
This commit is contained in:
@@ -183,6 +183,12 @@ end
|
|||||||
return {
|
return {
|
||||||
basalt = function(basalt)
|
basalt = function(basalt)
|
||||||
local object = {
|
local object = {
|
||||||
|
layout = function(path)
|
||||||
|
return {
|
||||||
|
path = path,
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
|
||||||
reactive = function(initialValue)
|
reactive = function(initialValue)
|
||||||
local value = initialValue
|
local value = initialValue
|
||||||
local observerEffects = {}
|
local observerEffects = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user