dididy commented on code in PR #5065:
URL: https://github.com/apache/zeppelin/pull/5065#discussion_r2330528631
##########
zeppelin-web-angular/src/app/pages/workspace/workspace.component.ts:
##########
@@ -11,11 +11,11 @@
*/
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostListener,
OnDestroy, OnInit } from '@angular/core';
-import { isRecord } from '@zeppelin/utility/type-utility';
+import { publishedSymbol } from '@zeppelin/core';
+import { isRecord } from '@zeppelin/utility';
import { Subject } from 'rxjs';
import { takeUntil } from 'rxjs/operators';
-import { publishedSymbol } from '@zeppelin/core/paragraph-base/published';
import { HeliumManagerService } from '@zeppelin/helium-manager';
import { MessageService } from '@zeppelin/services';
import { setTheme } from '@zeppelin/visualizations/g2.config';
Review Comment:
Thank you for addressing the review comments. I haven’t checked everything,
but the current changes seem to be working well.
https://issues.apache.org/jira/browse/ZEPPELIN-6325
I’ve opened an issue regarding enforcing alphabetical order in the
aggregated `index.ts` exports.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]