feature added: checkmate detection and ending game on checkmate

This commit is contained in:
Moon Patel
2023-07-05 21:25:28 +05:30
parent 313906eb5d
commit 128e86ecb4
6 changed files with 118 additions and 59 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react'
const useQuery = () => {
}
export default useQuery