Skip to content

Commit

Permalink
Merge pull request #4 from isdi-coders-2023/feature/add-react-ruter-dom
Browse files Browse the repository at this point in the history
Add react ruter dom configuration
  • Loading branch information
barbara28bgb authored Oct 30, 2023
2 parents 013e487 + 9f541ce commit ac56efa
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
41 changes: 40 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
Expand Down

0 comments on commit ac56efa

Please sign in to comment.