Added sample store

This commit is contained in:
Patrick Alvin Alcala 2025-09-03 16:43:11 +08:00
parent cc9a0d1f2b
commit 45e48dc631

3
src/stores/sample.ts Normal file
View file

@ -0,0 +1,3 @@
// import { atom } from 'nanostores'
// export const $sample = atom(0)