import { atom } from 'recoil' export const gridColorState = atom({ key: 'gridColorState', default: '#FF0000', })