import React from 'react'; import { withCopyEdit } from '../building-view'; /** * Age view/edit section */ const AgeView = (props) => (
) const AgeContainer = withCopyEdit(AgeView); export default AgeContainer;