UNPKG

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