making a simple todolist with hooks

This commit is contained in:
Ben Awad
2018-10-26 19:39:46 -05:00
parent f5e1e004c1
commit 9768247f8f
8 changed files with 88 additions and 77 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0",
"react-scripts": "2.0.5"
},
"scripts": {