update snippet
This commit is contained in:
parent
5aa060a04b
commit
44f55c6167
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue