diff options
| author | realtradam <[email protected]> | 2024-06-27 17:03:05 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-27 17:03:05 -0400 |
| commit | f8d8ff781dc78a09c0f455313bf1782eb4fba962 (patch) | |
| tree | d35212dac623582bc9f4e947fe1f1435337a9200 /react-frontend/package.json | |
| parent | d9a2c502e208aef7958823dbbb4d23827a57cec0 (diff) | |
| download | gameHolster-f8d8ff781dc78a09c0f455313bf1782eb4fba962.tar.gz gameHolster-f8d8ff781dc78a09c0f455313bf1782eb4fba962.zip | |
add react router
Diffstat (limited to 'react-frontend/package.json')
| -rw-r--r-- | react-frontend/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/react-frontend/package.json b/react-frontend/package.json index 30456dc..48b99b3 100644 --- a/react-frontend/package.json +++ b/react-frontend/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "react": "^18.3.1", - "react-dom": "^18.3.1" + "react-dom": "^18.3.1", + "react-router-dom": "^6.24.0" }, "devDependencies": { "@types/react": "^18.3.3", |
