feat : add board interactions
This commit is contained in:
@@ -5,3 +5,4 @@ import { atom } from "jotai";
|
||||
export const gameEvalAtom = atom<GameEval | undefined>(undefined);
|
||||
export const gameAtom = atom(new Chess());
|
||||
export const boardAtom = atom(new Chess());
|
||||
export const boardOrientationAtom = atom(true);
|
||||
|
||||
Reference in New Issue
Block a user