### How do I modify the default templates for rfc and rcc? ```jsx import React from 'react' export default function test() { return ( <div>test</div> ) } ``` I want the function name to start with a capital letter.