We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009ee74 commit ef2fffcCopy full SHA for ef2fffc
apps/sim/app/workspace/[workspaceId]/w/components/preview/components/block.tsx
@@ -3,7 +3,7 @@
3
import { memo, useMemo } from 'react'
4
import { Handle, type NodeProps, Position } from 'reactflow'
5
import { HANDLE_POSITIONS } from '@/lib/workflows/blocks/block-dimensions'
6
-import { getBlock } from '@/blocks/registry'
+import { getBlock } from '@/blocks'
7
8
interface WorkflowPreviewBlockData {
9
type: string
0 commit comments