UNPKG

347 BJavaScriptView Raw
1import React from 'react';
2import RM from 'react-dom';
3
4import mdJson from '../tmp/__md__.json';
5
6
7class Render extends React.Component {
8 constructor(props) {
9 super(props);
10 }
11
12 componentDidMount() {
13 // RM.render(<MD.Comp />, document.getElementById(id));
14 }
15
16 render() {
17 const {page} = this.props;
18
19 }
20}
\No newline at end of file