add gs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local storeKey = require(script.Parent.storeKey)
|
||||
|
||||
local function getStore(componentInstance)
|
||||
return componentInstance._context[storeKey]
|
||||
end
|
||||
|
||||
return getStore
|
||||
Reference in New Issue
Block a user