feat: called npm i react react-dom

This commit is contained in:
Begerad, Stefan 2021-09-09 12:40:09 -04:00
parent e213e07cb0
commit 5e13530814
1 changed files with 5 additions and 1 deletions

View File

@ -7,5 +7,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0-or-later"
"license": "GPL-3.0-or-later",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}