chore: revert path based routing (#7192)
* Revert "feat: use router depending on the origin (#6982)" This reverts commit c9b4016b. * updating tests * fixing import from styled components * fixing styled imports
Showing
... | @@ -105,6 +105,7 @@ | ... | @@ -105,6 +105,7 @@ |
"@types/react": "^18.0.15", | "@types/react": "^18.0.15", | ||
"@types/react-dom": "^18.0.6", | "@types/react-dom": "^18.0.6", | ||
"@types/react-redux": "^7.1.24", | "@types/react-redux": "^7.1.24", | ||
"@types/react-router-dom": "^5.3.3", | |||
"@types/react-table": "^7.7.12", | "@types/react-table": "^7.7.12", | ||
"@types/react-virtualized-auto-sizer": "^1.0.0", | "@types/react-virtualized-auto-sizer": "^1.0.0", | ||
"@types/react-window": "^1.8.2", | "@types/react-window": "^1.8.2", | ||
... | ... |
Please register or sign in to comment