improvement(file-structure): standardized components in folders

This commit is contained in:
Emir Karabeg
2025-03-04 10:34:56 -08:00
parent 2799651f05
commit 3470036a40
7 changed files with 5 additions and 5 deletions
@@ -14,7 +14,7 @@ import { Label } from '@/components/ui/label'
import { TagDropdown, checkTagTrigger } from '@/components/ui/tag-dropdown'
import { cn } from '@/lib/utils'
import { useCustomToolsStore } from '@/stores/custom-tools/store'
import { CodeEditor } from './code-editor'
import { CodeEditor } from '../code-editor/code-editor'
interface CustomToolModalProps {
open: boolean
@@ -25,8 +25,8 @@ import { getAllBlocks } from '@/blocks'
import { getTool } from '@/tools'
import { useSubBlockValue } from '../../hooks/use-sub-block-value'
import { ShortInput } from '../short-input'
import { CustomTool, CustomToolModal } from './components/custom-tool-modal'
import { ToolCommand } from './components/tool-command'
import { CustomTool, CustomToolModal } from './components/custom-tool-modal/custom-tool-modal'
import { ToolCommand } from './components/tool-command/tool-command'
interface ToolInputProps {
blockId: string
+2 -2
View File
@@ -28,8 +28,8 @@ import { useNotificationStore } from '@/stores/notifications/store'
import { useWorkflowRegistry } from '@/stores/workflows/registry/store'
import { useWorkflowStore } from '@/stores/workflows/workflow/store'
import { useWorkflowExecution } from '../../hooks/use-workflow-execution'
import { HistoryDropdownItem } from './components/history-dropdown-item'
import { NotificationDropdownItem } from './components/notification-dropdown-item'
import { HistoryDropdownItem } from './components/history-dropdown-item/history-dropdown-item'
import { NotificationDropdownItem } from './components/notification-dropdown-item/notification-dropdown-item'
/**
* Control bar for managing workflows - handles editing, deletion, deployment,