index.ts 330 Bytes
import {AllowCommentComponent} from "./allow-comment/allow-comment.component";
import {CommentParagraphArticleButtonHotspotComponent} from "./hotspot/comment-paragraph-article-button.component";

export let mainComponents: any = [AllowCommentComponent];
export let hotspots: any = [CommentParagraphArticleButtonHotspotComponent];