add recoil store
This commit is contained in:
parent
580449440a
commit
2e4b8b9823
10 changed files with 225 additions and 68 deletions
|
|
@ -8,8 +8,12 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"bulma": "^0.9.3",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "6",
|
||||
"recoil": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue