import {AllowCommentComponent} from "./allow-comment/allow-comment.component"; import {CommentParagraphFormHotspotComponent} from "./hotspot/comment-paragraph-form.component"; import {DiscussionEditorComponent} from "./article/cms/discussion-editor/discussion-editor.component"; import {CommentParagraphArticleContentHotspotComponent} from "./hotspot/article-content/article-content.component"; import {DiscussionBlockComponent} from "./block/discussion/discussion-block.component"; export let mainComponents: any = [AllowCommentComponent, DiscussionEditorComponent, DiscussionBlockComponent]; export let hotspots: any = [CommentParagraphFormHotspotComponent, CommentParagraphArticleContentHotspotComponent];