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