implemented jotai atoms

This commit is contained in:
2025-10-22 21:44:05 +02:00
parent 49d4d13afc
commit 86af1a5edf
6 changed files with 110 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
import { atom } from "jotai";
export const testAtom = atom<number>(0);