Skip to content

Commit

Permalink
Add additional RECS children to the init
Browse files Browse the repository at this point in the history
Makes it easier to reference things
  • Loading branch information
Phalanxia committed Oct 29, 2023
1 parent 890b812 commit cb278c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recs/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ local defineRegistration = require(script.defineRegistration)

return {
Core = require(script.Core),
createSignal = require(script.createSignal),
createCleaner = require(script.createCleaner),
defineComponent = require(script.defineComponent),
defineRegistration = require(script.defineRegistration),
System = require(script.System),
BuiltInPlugins = require(script.BuiltInPlugins),
TypeDefinitions = require(script.TypeDefinitions),
interval = defineRegistration.interval,
event = defineRegistration.event,
BuiltInPlugins = require(script.BuiltInPlugins),
}

0 comments on commit cb278c7

Please sign in to comment.