Files
CherryHQ-cherry-studio/.vscode/snippet.code-snippets
亢奋猫 9ed91491c1 refactor(styling): remove styled-components usage (#16370)
Co-authored-by: gujiaming <52187003+AtomsH4@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: kangfenmao <kangfenmao@qq.com>
Signed-off-by: gujiaming <52187003+AtomsH4@users.noreply.github.com>
2026-06-26 18:40:12 +08:00

17 lines
282 B
Plaintext

{
"Function component": {
"prefix": "rnfc",
"body": [
"import { FC } from 'react'",
"",
"const $1: FC = () => {",
" return <div></div>",
"}",
"",
"export default $1",
""
],
"description": "Function component"
}
}