Reorganized files for workflow block

This commit is contained in:
Emir Karabeg
2025-02-01 03:04:07 -08:00
parent 2b08e2d830
commit 9755f69173
13 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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