From d21682999cec4a0d14b70914c9d576684b45e278 Mon Sep 17 00:00:00 2001 From: reidlab Date: Sun, 20 Aug 2023 15:18:41 -0700 Subject: [PATCH] update imports --- .../config => ReplicatedStorage/ui/components}/toggleButton.tsx | 0 src/StarterPlayer/StarterPlayerScripts/ui/config/config.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{StarterPlayer/StarterPlayerScripts/ui/config => ReplicatedStorage/ui/components}/toggleButton.tsx (100%) 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"