lint, make it colorblind friendly

This commit is contained in:
Lynn
2022-01-01 19:35:03 +01:00
parent 053242dc0b
commit 50ecda06c9
4 changed files with 12 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
import { useEffect, useState } from "react";
import { Row, RowState } from "./Row";
import dictionary from "./dictionary.json";
import { Clue, clue, clueClass } from "./clue";
import { Clue, clue } from "./clue";
import { Keyboard } from "./Keyboard";
enum GameState {