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:
parent
1ba2e0e71b
commit
8b0c8d7b3a
2 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue