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