diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index e69cc8e..dfce878 100644 --- a/client/package.json +++ b/client/package.json @@ -8,6 +8,7 @@ "devDependencies": {}, "dependencies": { "react": "^17.0.2", - "react-dom": "^17.0.2" + "react-dom": "^17.0.2", + "react-router-dom": "6" } } |