Files
twenty/packages/twenty-front/src/modules/auth/states/isVerifyPendingState.ts

7 lines
159 B
TypeScript

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