Skip to content

Commit ef2fffc

Browse files
committed
ack PR comment
1 parent 009ee74 commit ef2fffc

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/preview/components

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/preview/components/block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { memo, useMemo } from 'react'
44
import { Handle, type NodeProps, Position } from 'reactflow'
55
import { HANDLE_POSITIONS } from '@/lib/workflows/blocks/block-dimensions'
6-
import { getBlock } from '@/blocks/registry'
6+
import { getBlock } from '@/blocks'
77

88
interface WorkflowPreviewBlockData {
99
type: string

0 commit comments

Comments
 (0)