diff --git a/stores/workflow/types.ts b/stores/workflow/types.ts index 141db2b1fc..4945ddbf8e 100644 --- a/stores/workflow/types.ts +++ b/stores/workflow/types.ts @@ -1,5 +1,5 @@ import { Node, Edge } from 'reactflow' -import { OutputType, SubBlockType } from '@/blocks/block' +import { OutputType, SubBlockType } from '@/blocks/types' export interface Position { x: number