import React from 'react'; // Add your rendering logic here and below. Don't make any network calls or access global variables! // It will make your components harder to test. const {{ name-camelcase }} = () => { return

{{ ext-name }}

; }; export default {{ name-camelcase }};