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';