import * as React from 'react' export default class Eating extends React.Component { static optionValue = 'Eating' render () { return ( ) } }