Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created August 4, 2018 07:33
Show Gist options
  • Save Joe1220/3520349e909cb1794a978403a846e136 to your computer and use it in GitHub Desktop.
Save Joe1220/3520349e909cb1794a978403a846e136 to your computer and use it in GitHub Desktop.
App.js
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