import React from 'react';
const {{blockEntryName}} = props => {
return (
<React.Fragment>
</React.Fragment>
)
}
export default {{blockEntryName}};