import { atom } from 'recoil'; export const isNavbarSwitchingSizeState = atom({ key: 'ui/isNavbarSwitchingSizeState', default: true, });