import { atom } from "recoil"; export const SchemaEditAtom = atom({ key: "schema-edit", default: { name: "", types: {}, schema: {}, id: "" }, });