import { atom } from 'recoil' export const commonCodeState = atom({ key: 'commonCode', default: {}, })