update snippet

This commit is contained in:
chemzqm 2018-12-09 01:21:48 +08:00
parent 5aa060a04b
commit 44f55c6167

View file

@ -41,7 +41,7 @@
"Import external module.": {
"prefix": "import statement",
"body": [
"import { $0 } from \"${1:module}\";"
"import {$0} from '${1:module}'"
],
"description": "Import external module."
},