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