-- Compiled with roblox-ts v1.2.7 local TS = _G[script] local Rodux = TS.import(script, TS.getModule(script, "@rbxts", "rodux").src) local consoleReducer = TS.import(script, script, "_reducers", "ConsoleReducer").default --[[ * * The Rodux client store for Zircon * @internal ]] local ZirconClientStore = Rodux.Store.new(consoleReducer) local default = ZirconClientStore return { default = default, }