fix : add piece sets
This commit is contained in:
3
src/components/board/states.ts
Normal file
3
src/components/board/states.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
export const pieceSetAtom = atomWithStorage("pieceSet", "cburnett");
|
||||
Reference in New Issue
Block a user