UNPKG

265 BJavaScriptView Raw
1import React from 'react';
2import styles from './App.css';
3import {Button } from 'antd';
4
5const App = () => (
6 <div className={styles.app}>
7 <h2>Hello,ssss</h2>
8 <Button>ahhh</Button>
9 <div className={styles.foo}>foo</div>
10 </div>
11);
12
13export default App;
\No newline at end of file