feat : add elo estimation feature (#6)

* feat:  add elo estimation feature
This commit is contained in:
Theprathamshah
2025-05-10 01:00:07 +05:30
committed by GitHub
parent 34fdde282c
commit 2cc8b48b08
5 changed files with 78 additions and 6 deletions

View File

@@ -57,7 +57,8 @@ export default function AnalysisTab(props: GridProps) {
: { overflow: "hidden", overflowY: "auto", ...props.sx }
}
>
<Accuracies />
<Accuracies params={"accurecy"} />
<Accuracies params={"rating"} />
<MoveInfo />