ported schema builder
This commit is contained in:
6
recoil/atoms/schema.ts
Normal file
6
recoil/atoms/schema.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const SchemaEditAtom = atom<Schema>({
|
||||
key: "schema-edit",
|
||||
default: { name: "", types: {}, schema: {}, id: "" },
|
||||
});
|
Reference in New Issue
Block a user