import { atom } from 'recoil' export const pwrGnrSimTypeState = atom({ key: 'pwrGnrSimType', default: { type: 'D', }, })