meraproject/content/modulebz/js/module/dash/NewsAnnotationDash.js

15 lines
328 B
JavaScript
Raw Normal View History

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