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