Skip to content

Commit 52f2022

Browse files
committed
Update snippets.json
1 parent cc24e76 commit 52f2022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"export interface I${1:App}Props {",
138138
"}",
139139
"",
140-
"export function ${1:} (props: I${1:}Props) {",
140+
"export default function ${1:} (props: I${1:}Props) {",
141141
" return (",
142142
" <div>",
143143
" ${0}",

0 commit comments

Comments
 (0)