From 232c45314756bf8a29d9376302e43ee3b1a80898 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Fri, 17 Jan 2025 16:27:50 -0800 Subject: [PATCH] Fixed block import in notification store --- stores/workflow/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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