Skip to content

Commit fafc52d

Browse files
committed
Add extra space when importing a specific part of a module
1 parent 4322e19 commit fafc52d

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
@@ -16,7 +16,7 @@
1616
},
1717
"importAs": {
1818
"prefix": "ima",
19-
"body": "import {${2:originalName} as ${3:alias} } from '${1:module}';$0",
19+
"body": "import { ${2:originalName} as ${3:alias} } from '${1:module}';$0",
2020
"description": "Imports a specific portion of the module by assigning a local alias in ES6 syntax"
2121
},
2222
"exportNamedFunction": {

0 commit comments

Comments
 (0)