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