Last active
November 4, 2017 20:31
-
-
Save medkhelifi/e96fb93b578c2b5c97eaff253a4f9390 to your computer and use it in GitHub Desktop.
Gist for /react-webpack-todolist
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
render(){ | |
return( | |
<div className="row"> | |
HELLO TODO {/* to be changed*/} | |
</div>); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment