How do I modify the default templates for rfc and rcc
Gemini-0529 opened this issue · 0 comments
Gemini-0529 commented
How do I modify the default templates for rfc and rcc?
import React from 'react'
export default function test() {
return (
<div>test</div>
)
}I want the function name to start with a capital letter.