import { atom } from 'recoil' export const roofsState = atom({ key: 'roofs', default: null, dangerouslyAllowMutability: true, })