feat(ui): add routed operator workflows

This commit is contained in:
2026-07-31 17:19:08 +02:00
parent 22567c5fb1
commit 9023963bf1
14 changed files with 2846 additions and 275 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
},
"dependencies": {
"react": "19.2.8",
"react-dom": "19.2.8"
"react-dom": "19.2.8",
"react-router-dom": "^7.18.2"
},
"devDependencies": {
"@playwright/test": "^1.57.0",