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,6 +1,7 @@
import { useEffect, useState } from "react"
import { useNavigate } from "react-router-dom"
import { CardData, NobleData, PlayerData, StateProps } from "../util/types";
import { CardData, NobleData, PlayerData } from "../util/types";
import { StateProps } from '../util/propTypes';
interface InputState {
playerOne: PlayerInput