Skip to content

Instantly share code, notes, and snippets.

@kmikulski
Created June 7, 2018 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmikulski/66cd8730120390c8f5454c668e75e2d0 to your computer and use it in GitHub Desktop.
Save kmikulski/66cd8730120390c8f5454c668e75e2d0 to your computer and use it in GitHub Desktop.
the description for this gist
import React, { Component } from 'react';
class Welcome extends Component {
render() {
return (
<div className="Welcome">
<p>This is your public-facing component.</p>
</div>
);
}
}
export default Welcome;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment