import { atom } from 'jotai'; export const registerRouteConfigAtom = atom>({ initialValues: null, create: false });