diff --git a/src/StarterPlayer/StarterPlayerScripts/ui/config/toggleButton.tsx b/src/ReplicatedStorage/ui/components/toggleButton.tsx similarity index 100% rename from src/StarterPlayer/StarterPlayerScripts/ui/config/toggleButton.tsx rename to src/ReplicatedStorage/ui/components/toggleButton.tsx diff --git a/src/StarterPlayer/StarterPlayerScripts/ui/config/config.tsx b/src/StarterPlayer/StarterPlayerScripts/ui/config/config.tsx index c8303af..fb046f0 100644 --- a/src/StarterPlayer/StarterPlayerScripts/ui/config/config.tsx +++ b/src/StarterPlayer/StarterPlayerScripts/ui/config/config.tsx @@ -1,7 +1,7 @@ import Roact from "@rbxts/roact" import Padding from "ReplicatedStorage/ui/components/padding" import Acrylic from "ReplicatedStorage/ui/components/acrylic" -import ToggleButton from "./toggleButton" +import ToggleButton from "ReplicatedStorage/ui/components/toggleButton" import { ContextActionService, HttpService } from "@rbxts/services" import { Spring } from "@rbxts/flipper" import { useGroupMotor } from "@rbxts/roact-hooked-plus"