InterfaceOption.js 96 B

12345
  1. const InterfaceOption = props => (
  2. <p>This is an option</p>
  3. )
  4. export default InterfaceOption