UNPKG

662 BJavaScriptView Raw
1import React from 'react';
2import styles from './App.css';
3// import 'antd/dist/antd.css';
4import {Button, DatePicker } from 'antd';
5import RM from 'react-dom';
6
7import Render from './render';
8// import {Comp, md, id} from './test.md';
9
10const path = require('path');
11
12
13// const mid = './test.md';
14
15// const MD = require(mid + '');
16
17
18
19// const MD2 = require(p.substr());
20// const MD2 = require('../md')
21
22
23class App extends React.Component {
24 constructor(props) {
25 super(props);
26
27 this.state = {
28
29 }
30 }
31
32
33
34 componentDidMount() {
35 }
36
37 render() {
38 return (
39 <div className={styles.app}>
40 </div>
41 )
42 }
43}
44
45export default App;
\No newline at end of file