mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
improvement(file-structure): standardized components in folders
This commit is contained in:
+1
-1
@@ -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
|
||||
+2
-2
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user