From 76d958c62333e5c4f1a017e691d2a79cd161655c Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 27 Feb 2020 00:07:34 +0800 Subject: [PATCH] Remove duplicated import --- src/utils/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/index.js b/src/utils/index.js index 5003e70..3a63145 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -2,7 +2,6 @@ * Created by tdzl2003 on 2/13/16. */ -import * as path from 'path'; import * as fs from 'fs-extra'; import os from 'os'; import path from 'path';