import React, { Fragment } from 'react'; import withCopyEdit from '../data-container'; import DataEntry from '../data-components/data-entry'; /** * Age view/edit section */ const AgeView = (props) => ( ) const AgeContainer = withCopyEdit(AgeView); export default AgeContainer;