feat : add board hue

This commit is contained in:
GuillaumeSD
2025-05-10 18:21:19 +02:00
parent bde565abff
commit 10935c72c5
5 changed files with 42 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
import { atomWithStorage } from "jotai/utils";
export const pieceSetAtom = atomWithStorage("pieceSet", "cburnett");
export const boardHueAtom = atomWithStorage("boardHue", 0);