feat: Implement client-side routing for person list and details, including adding opinions.

This commit is contained in:
2025-12-02 21:45:16 +01:00
parent f30af57934
commit 30950e6c83
6 changed files with 289 additions and 29 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"dependencies": {
"@bufbuild/protobuf": "^2.10.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"react-router-dom": "^7.10.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",