Created
July 12, 2018 17:05
-
-
Save heriipurnama/75f597980c98e150c3b88d6723129990 to your computer and use it in GitHub Desktop.
Component react
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 React from 'react'; | |
import Header from './assets/header.jsx'; | |
export default class App extends React.Component { | |
render() { | |
return ( | |
<Header /> | |
); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment