Skip to content

Instantly share code, notes, and snippets.

@sktwentysix
Last active May 2, 2019 08:57
Show Gist options
  • Save sktwentysix/47be72cd4e6024ff0d1e2532d014865d to your computer and use it in GitHub Desktop.
Save sktwentysix/47be72cd4e6024ff0d1e2532d014865d to your computer and use it in GitHub Desktop.
medium-ocr-react-constr
constructor(props) {
super(props)
this.state = {
uploads: [],
patterns: [],
documents: []
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment