mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
Reorganized files for workflow block
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { SubBlockConfig } from '../../../../../../blocks/types'
|
||||
import { SubBlockConfig } from '../../../../../../../blocks/types'
|
||||
import { Label } from '@/components/ui/label'
|
||||
import { ShortInput } from './components/short-input'
|
||||
import { LongInput } from './components/long-input'
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Card } from '@/components/ui/card'
|
||||
import { BlockConfig, SubBlockConfig } from '../../../../blocks/types'
|
||||
import { BlockConfig, SubBlockConfig } from '../../../../../blocks/types'
|
||||
import { SubBlock } from './components/sub-block/sub-block'
|
||||
import { Handle, Position } from 'reactflow'
|
||||
import { cn } from '@/lib/utils'
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NodeProps } from 'reactflow'
|
||||
import { WorkflowBlock } from '../../../components/workflow-block/workflow-block'
|
||||
import { WorkflowBlock } from '../workflow-block/workflow-block'
|
||||
import { BlockConfig } from '../../../../../blocks/types'
|
||||
|
||||
interface WorkflowNodeData {
|
||||
|
||||
Reference in New Issue
Block a user