diff --git a/frontends/nextjs/src/lib/workflow/nodes/execute-action-node.ts b/frontends/nextjs/src/lib/workflow/nodes/execute-action-node.ts index 72188d578..e8a2d24c7 100644 --- a/frontends/nextjs/src/lib/workflow/nodes/execute-action-node.ts +++ b/frontends/nextjs/src/lib/workflow/nodes/execute-action-node.ts @@ -1,7 +1,7 @@ import type { WorkflowNode } from '../types/level-types' -import type { WorkflowExecutionContext } from './workflow-execution-context' -import type { WorkflowState } from './workflow-state' -import { logToWorkflow } from './log-to-workflow' +import type { WorkflowExecutionContext } from '../workflow-execution-context' +import type { WorkflowState } from '../workflow-state' +import { logToWorkflow } from '../log-to-workflow' /** * Execute an action node diff --git a/frontends/nextjs/src/lib/workflow/nodes/execute-condition-node.ts b/frontends/nextjs/src/lib/workflow/nodes/execute-condition-node.ts index 8e93d8304..e6e68ff74 100644 --- a/frontends/nextjs/src/lib/workflow/nodes/execute-condition-node.ts +++ b/frontends/nextjs/src/lib/workflow/nodes/execute-condition-node.ts @@ -1,7 +1,7 @@ import type { WorkflowNode } from '../types/level-types' -import type { WorkflowExecutionContext } from './workflow-execution-context' -import type { WorkflowState } from './workflow-state' -import { logToWorkflow } from './log-to-workflow' +import type { WorkflowExecutionContext } from '../workflow-execution-context' +import type { WorkflowState } from '../workflow-state' +import { logToWorkflow } from '../log-to-workflow' /** * Execute a condition node