This commit is contained in:
2022-07-26 12:41:12 -05:00
parent df36588d3d
commit ed91a44340
14 changed files with 64 additions and 149 deletions

View File

@@ -2,7 +2,8 @@ import { v4 } from "uuid";
import { useEffect, useState } from "react";
import { setStateGetChips } from "../../util/stateSetters";
import { ResourceCost, StateProps } from "../../util/types";
import { getChips } from "../Player/ActionMethods";
import { getChipsActions } from "../Player/ActionMethods";
const { getChips } = getChipsActions;
export const GetChipsHTML = ({ state, setState }: StateProps) => {
const [prompt, setPrompt] = useState("");