From 8337c09f84d507a2c2f0d09d20abd960836da1c0 Mon Sep 17 00:00:00 2001 From: jyotiarora-harness <97077953+jyotiarora-harness@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:10:15 +0530 Subject: [PATCH] feat: [CCM-27198]: Updated routes for CCM --- plugins/harness-ccm/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/harness-ccm/src/index.ts b/plugins/harness-ccm/src/index.ts index 847c59f8..efa5bc2c 100644 --- a/plugins/harness-ccm/src/index.ts +++ b/plugins/harness-ccm/src/index.ts @@ -5,3 +5,4 @@ export { } from './plugin'; export { isHarnessCcmAvailable } from './components/Router'; export * from './components/Router'; +export * from './routes';