Skip to content

Instantly share code, notes, and snippets.

@dinotrnka
Last active June 11, 2020 19:38
Show Gist options
  • Save dinotrnka/cc46e8737e6823e5883f8fb555cded01 to your computer and use it in GitHub Desktop.
Save dinotrnka/cc46e8737e6823e5883f8fb555cded01 to your computer and use it in GitHub Desktop.
class Field extends Component {
constructor({ type }) {
super();
this.type = type;
}
}
export default Field;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment