import React from 'react'; // Add your rendering logic here and below. Don't make any network calls! // It will make your components harder to test. const View = () => { return

Hello {{ ext-name }}

; }; export default View;