diff --git a/README.md b/README.md index 5c631d7..3e55cc8 100644 --- a/README.md +++ b/README.md @@ -334,8 +334,6 @@ import React from 'react' const $1 = () => { return
$0
} - -export default $1 ``` ### `rafce` diff --git a/snippets/snippets.json b/snippets/snippets.json index 1e6b3f7..5eb283a 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -343,8 +343,6 @@ " ", " )", "}", - "", - "export default ${1:${TM_FILENAME_BASE}}", "" ], "description": "Creates a React Arrow Function Component with ES7 module system"