var NewsAnnotationDash; export default window.NewsAnnotationDash = NewsAnnotationDash = class NewsAnnotationDash extends React.Component { constructor(props) { super(props); } render() { return React.createElement(Dash, { data: this.props.data }); } }; //# sourceMappingURL=NewsAnnotationDash.js.map