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