Fix room membership and routing

This commit is contained in:
Robert Long
2021-07-19 12:55:30 -07:00
parent b85043eee2
commit f9bc409a0e
3 changed files with 421 additions and 91 deletions

View File

@@ -10,7 +10,8 @@
"events": "^3.3.0",
"matrix-js-sdk": "^12.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",