Skip to content

Instantly share code, notes, and snippets.

@heriipurnama
Created July 12, 2018 17:05
Show Gist options
  • Save heriipurnama/75f597980c98e150c3b88d6723129990 to your computer and use it in GitHub Desktop.
Save heriipurnama/75f597980c98e150c3b88d6723129990 to your computer and use it in GitHub Desktop.
Component react
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