feat(vwb): add dashboard competence testing and health tools

This commit is contained in:
Dom
2026-06-02 16:27:19 +02:00
parent d38f0b0f2f
commit 18ed6cb751
23 changed files with 2769 additions and 27 deletions

View File

@@ -554,4 +554,4 @@ export const useVWBExecutionService = () => {
cancelExecution: () => vwbExecutionService.cancelExecution(),
isExecutionRunning: () => vwbExecutionService.isExecutionRunning(),
};
};
};