meraproject/content/modulebz/js/module/dash/NewsAnnotationDash.js
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

15 lines
328 B
JavaScript

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