| 1 | import { Chess, Color, Move, PieceSymbol, Square } from 'chess.js'; |
| 2 | import { MouseEvent, memo, useEffect, useState } from 'react'; |
| 3 | import { MOVE } from '../screens/Game'; |
| 4 | import LetterNotation from './chess-board/LetterNotation'; |
nothing calls this directly
no test coverage detected