import { atom } from 'recoil'; import { Schema } from '../../types/schema'; export const SchemaEditAtom = atom({ key: 'schema-edit', default: {name: '', types: {}, templates: {}, id: ''} });