Skip to content

Commit

Permalink
Update init.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Jul 26, 2024
1 parent 3323397 commit d5fcf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Synthetic.Component = {
Checkbox = require(Component:WaitForChild("Checkbox")),
RadioButton = require(Component:WaitForChild("RadioButton")),
Switch = require(Component:WaitForChild("Switch")),
-- Slider = require(Component:WaitForChild("Slider")),
Slider = require(Component:WaitForChild("Slider")),
TextField = {
Filled = require(Component:WaitForChild("TextField"):WaitForChild("Filled")),
Outlined = require(Component:WaitForChild("TextField"):WaitForChild("Outlined")),
Expand Down

0 comments on commit d5fcf80

Please sign in to comment.