export const take = [
{ type: "button", action: "make", label: "Generate" },
{
type: "import",
value: "https://cdn.jsdelivr.net/npm/chance@1.1.12/dist/chance.min.js",
},
]
export const make = () => ({
type: "card",
value: chance.country({ full: true }),
})