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