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