import { atom } from 'jotai'; import { SKU_EP133 } from '~/lib/constants'; export const deviceSkuAtom = atom(SKU_EP133);