Skip to content

Commit 99673d7

Browse files
committed
Fix import error
1 parent bd423cf commit 99673d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeppelin-web-angular/src/app/services/public-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export * from './interpreter.service';
2222
export * from './job-manager.service';
2323
export * from './message.service';
2424
export * from './ng-z.service';
25-
export * from './note-action.service';
25+
export * from './notebook.service';
2626
export * from './note-list.service';
2727
export * from './note-status.service';
2828
export * from './note-var-share.service';

0 commit comments

Comments
 (0)