Fix anchors

This commit is contained in:
Henry Hiles 2022-12-05 12:03:09 -05:00
parent 36a099db5f
commit 4911626e20
3 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,8 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2"
"react-router-dom": "^6.4.2",
"react-router-hash-link": "^2.4.3"
},
"devDependencies": {
"@types/react": "^18.0.17",