From 44f55c6167fc99039c9fd0c38a1ffbc7d42dce53 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Sun, 9 Dec 2018 01:21:48 +0800 Subject: [PATCH] update snippet --- snippets/typescript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/typescript.json b/snippets/typescript.json index 603be14..790d563 100644 --- a/snippets/typescript.json +++ b/snippets/typescript.json @@ -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." },