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