Skip to content

Commit

Permalink
fix for #14116
Browse files Browse the repository at this point in the history
  • Loading branch information
ross39 committed Dec 19, 2023
1 parent ac894e2 commit 1b36815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/analyse/src/practice/practiceCtrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { defined, prop, Prop } from 'common';
import { altCastles } from 'chess';
import { parseUci } from 'chessops/util';
import { makeSan } from 'chessops/san';
import { colors } from 'chessground/types';

declare type Verdict = 'goodMove' | 'inaccuracy' | 'mistake' | 'blunder';

Expand Down

0 comments on commit 1b36815

Please sign in to comment.