We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3a932 commit 54a9411Copy full SHA for 54a9411
UltiSnips/javascript.snippets
@@ -33,5 +33,5 @@ endsnippet
33
34
# Import
35
snippet im
36
- import ${1:foo} from "${2:bar}"
+ import ${1:foo} from '${2:bar}'
37
endsnippet
0 commit comments