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