Last active
August 28, 2018 06:52
-
-
Save miton18/f1388de37bd55276ca8dff44581f749b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Import": { | |
"prefix": "import", | |
"body": [ | |
"import { $2 } from '${1:package}'", | |
"$0" | |
], | |
"description": "ES6 import" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment