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