Browse Source

chore: merge imports (#7762)

Huo Chunyang 8 years ago
parent
commit
8053f6043c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/core/instance/inject.js

+ 1 - 2
src/core/instance/inject.js

@@ -1,7 +1,6 @@
 /* @flow */
 
-import { warn } from '../util/index'
-import { hasSymbol } from 'core/util/env'
+import { warn, hasSymbol } from '../util/index'
 import { defineReactive, observerState } from '../observer/index'
 import { hasOwn } from 'shared/util'