Skip to content

Commit 513687e

Browse files
ecklfDamian Sznajder
authored and
Damian Sznajder
committed
Update ts-snippets.json
Closes r5n-labs#112
1 parent f6af1f4 commit 513687e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/ts-snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"\t",
107107
"}",
108108
"",
109-
"const ${1:${TM_FILENAME_BASE}}: React.FC<Props> = () => {",
109+
"const ${1:${TM_FILENAME_BASE}} = (props: Props) => {",
110110
"\treturn (",
111111
"\t\t<div>",
112112
"\t\t\t$0",

0 commit comments

Comments
 (0)