cleanup
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user