diff options
| author | jackyzha0 <[email protected]> | 2020-05-11 20:47:11 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-11 20:47:11 -0700 |
| commit | 1f750b3ef0e4e3c0153006551c4449eabb10d1e5 (patch) | |
| tree | 743221486279d7c7840ae7c54b066b5cc96bcc97 /frontend/package.json | |
| parent | Merge pull request #16 from jackyzha0/password (diff) | |
| download | ctrl-v-1f750b3ef0e4e3c0153006551c4449eabb10d1e5.tar.xz ctrl-v-1f750b3ef0e4e3c0153006551c4449eabb10d1e5.zip | |
add basic link + route
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index d32e1cc..390e3f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,6 +13,7 @@ "react-dom": "^16.13.1", "react-dropdown": "^1.7.0", "react-modal": "^3.11.2", + "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "styled-components": "^5.1.0" }, |