Newer
Older
pokemon-go-trade / static / html / src / atom / atom.js
const {atom} = require("recoil");

export const viewAtom = atom({
    key: 'view',
    default: 'have',
});