import { atom } from "jotai" const scopesAtom = atom([]) export { scopesAtom }