Skip to content

Commit

Permalink
chore: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Jan 15, 2025
1 parent 1c7ceb1 commit a5829b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pages/workflow.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { BasePage } from './base';
import { NodeCreator } from './features/node-creator';
import { clickContextMenuAction, getCanvasPane, openContextMenu } from '../composables/workflow';
import { META_KEY } from '../constants';
import type { OpenContextMenuOptions } from '../types';
import { getVisibleSelect } from '../utils';
import { getUniqueWorkflowName, isCanvasV2 } from '../utils/workflowUtils';
import { clickContextMenuAction, getCanvasPane, openContextMenu } from '../composables/workflow';

const nodeCreator = new NodeCreator();

Expand Down

0 comments on commit a5829b5

Please sign in to comment.