mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-01 05:17:04 +02:00
Converted GangMember to tsx, only Gang left
This commit is contained in:
@@ -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("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user