import { atom } from "jotai"; export const modelLoadMoreAtom = atom(false);