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