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