diff --git a/ui-ngx/src/app/core/public-api.ts b/ui-ngx/src/app/core/public-api.ts index 0d7f93c1d8..ea8b21b934 100644 --- a/ui-ngx/src/app/core/public-api.ts +++ b/ui-ngx/src/app/core/public-api.ts @@ -21,3 +21,4 @@ export * from './services/public-api'; export * from './ws/telemetry-websocket.service'; export * from './core.state'; export * from './core.module'; +export * from './utils';