diff --git a/app/w/components/blocks/components/workflow-block/components/sub-block/sub-block.tsx b/app/w/components/blocks/components/workflow-block/components/sub-block/sub-block.tsx index dc1267ab6..dd2a32b0b 100644 --- a/app/w/components/blocks/components/workflow-block/components/sub-block/sub-block.tsx +++ b/app/w/components/blocks/components/workflow-block/components/sub-block/sub-block.tsx @@ -1,4 +1,4 @@ -import { SubBlockConfig } from '../../../types/block' +import { SubBlockConfig } from '../../../../types/block' import { Label } from '@/components/ui/label' import { ShortInput } from './components/short-input' import { LongInput } from './components/long-input'