Skip to content

Instantly share code, notes, and snippets.

@unk
Created July 1, 2018 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unk/db562563bc7c609947c66e24b72ead91 to your computer and use it in GitHub Desktop.
Save unk/db562563bc7c609947c66e24b72ead91 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import './App.scss';
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