Skip to content

Instantly share code, notes, and snippets.

@rjesh-git
Last active October 29, 2017 12:58
Show Gist options
  • Save rjesh-git/bb743fdfa694c18eed51c0d2926fe1c1 to your computer and use it in GitHub Desktop.
Save rjesh-git/bb743fdfa694c18eed51c0d2926fe1c1 to your computer and use it in GitHub Desktop.
export default class Quotes extends React.Component<IQuoteProps, IQuoteState> {
constructor(props) {
super(props);
this.state = {
error: null,
censusItems: []
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment