Fix anchors
This commit is contained in:
parent
36a099db5f
commit
4911626e20
3 changed files with 5 additions and 3 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue