added profile display

This commit is contained in:
Leon Liang
2019-10-24 22:08:49 -04:00
parent 6e9a86e5ce
commit 4200c05ca1
4 changed files with 100 additions and 9 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.0",
"@material-ui/system": "^4.5.0",
"axios": "^0.19.0",
@@ -18,7 +19,8 @@
"react-router-dom": "^5.1.0",
"react-scripts": "0.9.5",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"typeface-roboto": "0.0.75"
},
"devDependencies": {},
"scripts": {