Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Mar 31, 2024
1 parent 1873a36 commit 077f8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/atoms/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { atom } from "recoil";

export const balanceAtom = atom<number>({
key: "balance",
default: 0,
default: 3
})

0 comments on commit 077f8b0

Please sign in to comment.