Skip to content

Commit

Permalink
[#2] feat : add test state
Browse files Browse the repository at this point in the history
  • Loading branch information
JZU0 committed Dec 19, 2023
1 parent 663d08d commit 5c95fe8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/store/atoms.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { atom } from "recoil";

export const testState = atom({
key: "testState",
default: {
gender: "",
T: 0,
F: 0,
E: 0,
I: 0,
X: 0,
O: 0,
},
});

0 comments on commit 5c95fe8

Please sign in to comment.