Created
May 21, 2018 06:29
-
-
Save teimurjan/c96802765e3f6f798d4b114fd7839a0d to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
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
// home.js | |
import React from "react"; | |
export default () => ( | |
<div className="wrapper"> | |
<h2>Home</h2> | |
</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment