import { createState } from 'twenty-ui'; import { Billing } from '~/generated/graphql'; export const billingState = createState({ key: 'billingState', defaultValue: null, });