Last active
April 28, 2019 04:42
-
-
Save AnkurVyas-BTC/f33d1fb6774dea9a9d5dbea0dc9d04b8 to your computer and use it in GitHub Desktop.
Big React component!
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 BigComponent from '../components/BigComponent'; | |
| class MainComponent extends React.Component { | |
| render() { | |
| return <BigComponent/>; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment