import { createState } from 'twenty-ui'; export const isVerifyPendingState = createState({ key: 'isVerifyPendingState', defaultValue: false, });