Files
twenty_crm/packages/twenty-front/src/modules/client-config/states/isDebugModeState.ts

7 lines
151 B
TypeScript

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