App.js 112 Bytes
Newer Older
Lee SeoYeon's avatar
commit    
Lee SeoYeon committed
1
2
3
4
5
6
7
8
9
import Hello from './Hello'

function App() {
  return (
    <Hello name='서연'/>
  );
}

export default App;