import { atom } from 'jotai' export const queryAtom = atom('') export const currentPageAtom = atom(1)