fix: correct PlaygroundButton import path in flowToolbarComponent (#4841)

 (playground-button.tsx): add new PlaygroundButton component to flowToolbarComponent for interactive playground feature in the application
♻️ (index.tsx): refactor import path for PlaygroundButton component to correct directory structure in flowToolbarComponent
This commit is contained in:
Cristhian Zanforlin Lousa 2024-11-25 21:08:59 -03:00 committed by GitHub
commit 8b0c8d7b3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -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,