| 1 | // apps/kimi-web/src/composables/useKimiWebClient.ts |
| 2 | // Vue state composable — the only place that imports both src/api/* and src/types.ts. |
| 3 | // Components consume computed view props and call actions; they never touch the API or reducer. |
| 4 |
nothing calls this directly
no test coverage detected