Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created August 3, 2018 19:13
Show Gist options
  • Save Joe1220/2d4f56cdbfbccdaf69757e9902e15d32 to your computer and use it in GitHub Desktop.
Save Joe1220/2d4f56cdbfbccdaf69757e9902e15d32 to your computer and use it in GitHub Desktop.
App.js
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