fix bad import

This commit is contained in:
Olivier Gagnon
2021-09-04 20:09:22 -04:00
parent 4011542b97
commit 7f15a19f12
3 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const difficulties: {
Trivial: { timer: 13000, min: 6, max: 8 },
Normal: { timer: 7000, min: 7, max: 8 },
Hard: { timer: 5000, min: 8, max: 9 },
Impossible: { timer: 3000, min: 9, max: 9 },
Impossible: { timer: 3000, min: 9, max: 10 },
};
export function CheatCodeGame(props: IMinigameProps): React.ReactElement {