UNPKG

187 BJavaScriptView Raw
1import React from 'react';
2
3import mdData from '../tmp/__md__.json';
4
5
6class Render extends React.Component {
7 constructor(props) {
8 super(props);
9 }
10
11 render() {
12
13 }
14}
\No newline at end of file