Honestly way too much went into this single commit. I am so sorry future me
This commit is contained in:
7
project-warstone/src/recoil/atoms/schema.ts
Normal file
7
project-warstone/src/recoil/atoms/schema.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { atom } from 'recoil';
|
||||
import { Schema, TypeType } from '../../types/schema';
|
||||
|
||||
export const SchemaEditAtom = atom<Schema>({
|
||||
key: 'schema-edit',
|
||||
default: {name: '', types: {}}
|
||||
});
|
Reference in New Issue
Block a user