Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created August 3, 2018 19:13
Show Gist options
  • Save Joe1220/613840130739ed837874cf80c9525ad5 to your computer and use it in GitHub Desktop.
Save Joe1220/613840130739ed837874cf80c9525ad5 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import './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