import { atom } from 'recoil'; export const adminPanelErrorState = atom({ key: 'adminPanelErrorState', default: null, });