diff --git a/serializer/__tests__/serializer.test.ts b/serializer/__tests__/serializer.test.ts index 2458457852..74dbd8d31a 100644 --- a/serializer/__tests__/serializer.test.ts +++ b/serializer/__tests__/serializer.test.ts @@ -2,7 +2,7 @@ import { Edge } from 'reactflow' import { Serializer } from '../index' import { SerializedWorkflow } from '../types' import { BlockState } from '@/stores/workflow/types' -import { BlockOutput, ValueType } from '@/blocks/types' +import { BlockOutput } from '@/blocks/types' import { getBlock } from '@/blocks' // Mock icons