diff --git a/src/frontend/src/components/flowToolbarComponent/components/playground-button.tsx b/src/frontend/src/components/core/flowToolbarComponent/components/playground-button.tsx similarity index 100% rename from src/frontend/src/components/flowToolbarComponent/components/playground-button.tsx rename to src/frontend/src/components/core/flowToolbarComponent/components/playground-button.tsx diff --git a/src/frontend/src/components/core/flowToolbarComponent/index.tsx b/src/frontend/src/components/core/flowToolbarComponent/index.tsx index fbed6d4b9..e15cc8539 100644 --- a/src/frontend/src/components/core/flowToolbarComponent/index.tsx +++ b/src/frontend/src/components/core/flowToolbarComponent/index.tsx @@ -1,5 +1,5 @@ import ShadTooltip from "@/components/common/shadTooltipComponent"; -import PlaygroundButton from "@/components/flowToolbarComponent/components/playground-button"; +import PlaygroundButton from "@/components/core/flowToolbarComponent/components/playground-button"; import { ENABLE_API, ENABLE_LANGFLOW_STORE,