feat : add board hue
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
export const pieceSetAtom = atomWithStorage("pieceSet", "cburnett");
|
||||
export const boardHueAtom = atomWithStorage("boardHue", 0);
|
||||
|
||||
Reference in New Issue
Block a user