Converted GangMember to tsx, only Gang left

This commit is contained in:
Olivier Gagnon
2021-06-16 02:10:47 -04:00
parent 4cdd65e96c
commit 99b8dfa0c1
19 changed files with 304 additions and 701 deletions
-4
View File
@@ -12,10 +12,6 @@ type IProps = {
onAttempt: (answer: string) => void;
}
type IState = {
answer: string;
}
export function CodingContractPopup(props: IProps): React.ReactElement {
const [answer, setAnswer] = useState("");