import * as commentParagraph from "./comment_paragraph";
export let mainComponents: any = [];
mainComponents = mainComponents.concat(commentParagraph.mainComponents);
export let hotspots: any = [];
hotspots = hotspots.concat(commentParagraph.hotspots);