Created
August 4, 2018 07:33
-
-
Save Joe1220/3520349e909cb1794a978403a846e136 to your computer and use it in GitHub Desktop.
App.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import 'components/App/App.css'; | |
class App extends Component { | |
render() { | |
return ( | |
<div className="App"> | |
최상단 | |
</div> | |
); | |
} | |
} | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment