fix : add piece sets

This commit is contained in:
GuillaumeSD
2025-05-10 16:21:17 +02:00
parent 0961983f04
commit bde565abff
5 changed files with 169 additions and 98 deletions

View File

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