restructuring

This commit is contained in:
2022-07-26 13:52:47 -05:00
parent 94f7f2c75c
commit ae4109a5fa
12 changed files with 84 additions and 53 deletions

View File

@@ -1,7 +1,8 @@
import { v4 } from "uuid";
import { useEffect, useState } from "react";
import { setStateGetChips } from "../../util/stateSetters";
import { ResourceCost, StateProps } from "../../util/types";
import { StateProps } from "../../util/propTypes";
import { ResourceCost } from "../../util/types";
import { getChipsActions } from "../Player/ActionMethods";
const { getChips } = getChipsActions;