/** * * {{ properCase name }} * */ import React from 'react'; import PropTypes from 'prop-types'; {{#if wantCSS}} import styles from './styles.scss'; {{/if}} function {{ properCase name}}() { return ( {{#if wantCSS}}