Edit profile front-end almost finished.

This commit is contained in:
2019-09-30 22:30:29 -04:00
parent d255a301a3
commit 696b00e304
4 changed files with 254 additions and 22 deletions

View File

@@ -5,6 +5,7 @@
"dependencies": {
"@material-ui/core": "^4.4.3",
"axios": "^0.19.0",
"clsx": "^1.0.4",
"create-react-app": "^3.1.2",
"install": "^0.13.0",
"node-pre-gyp": "^0.13.0",
@@ -22,5 +23,6 @@
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
},
"proxy": "https://us-central1-twistter-e4649.cloudfunctions.net/api"
}