Default types and templates

This commit is contained in:
Emma
2023-06-12 18:02:19 -06:00
parent 8fb7494464
commit a7337bd33a
10 changed files with 179 additions and 18 deletions

View File

@@ -3,5 +3,5 @@ import { Schema } from '../../types/schema';
export const SchemaEditAtom = atom<Schema>({
key: 'schema-edit',
default: {name: '', types: {}}
default: {name: '', types: {}, templates: {}}
});