Skip to content

Commit

Permalink
Update snippets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Apr 22, 2019
1 parent cc24e76 commit 52f2022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"export interface I${1:App}Props {",
"}",
"",
"export function ${1:} (props: I${1:}Props) {",
"export default function ${1:} (props: I${1:}Props) {",
" return (",
" <div>",
" ${0}",
Expand Down

0 comments on commit 52f2022

Please sign in to comment.