Skip to content

Commit 4a3a932

Browse files
committed
Use single quoutes for "im" snippet
1 parent 5e46027 commit 4a3a932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/javascript.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ snippet forof
2929

3030
# Import
3131
snippet im
32-
import ${1:foo} from "${2:bar}"
32+
import ${1:foo} from '${2:bar}'
3333

0 commit comments

Comments
 (0)