Skip to content

Commit 9a6b7e1

Browse files
committed
Add react-router
1 parent 8aa32b0 commit 9a6b7e1

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

resources/tentative/todomvc-react-18/package-lock.json

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/tentative/todomvc-react-18/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"@mui/icons-material": "^5.15.5",
1717
"@mui/material": "^5.15.5",
1818
"react": "^18.2.0",
19-
"react-dom": "^18.2.0"
19+
"react-dom": "^18.2.0",
20+
"react-router-dom": "^6.21.3"
2021
},
2122
"devDependencies": {
2223
"@types/react": "^18.2.43",

0 commit comments

Comments
 (0)