Skip to content

Instantly share code, notes, and snippets.

@mijms
Created July 22, 2021 06:58
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 mijms/2693b0470e017ced45fb7adb69426a67 to your computer and use it in GitHub Desktop.
Save mijms/2693b0470e017ced45fb7adb69426a67 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class TCell extends Component {
render() {
return (
<td className={style.Tcell} style={style}>
<this.props.FormField name={name}
/>
</td>
);
}
}
export default TCell;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment