import { createState } from 'twenty-ui/utilities'; export const workflowLastCreatedStepIdState = createState({ key: 'workflowLastCreatedStepIdState', defaultValue: undefined, });