MD handlers for resolvers
This commit is contained in:
9
recoil/atoms/publication.ts
Normal file
9
recoil/atoms/publication.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TTCQueryParser } from "@/lib/ttcQuery/TTCQueryParser";
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const PublicationAtom = atom({
|
||||
key: "publication",
|
||||
default: new TTCQueryParser({
|
||||
path: { to: { dice: "2d6" } },
|
||||
}),
|
||||
});
|
Reference in New Issue
Block a user