]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unused import due to merge conflict resolve mistake
authorEvan You <yyx990803@gmail.com>
Tue, 10 May 2022 01:58:28 +0000 (09:58 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 10 May 2022 01:58:28 +0000 (09:58 +0800)
packages/runtime-core/src/hmr.ts

index 1ea1dd01bcc42cf9a3381adbf9522957725267d4..3c3f5208bcc617ebbf24e19ae1e5f08416d140a9 100644 (file)
@@ -9,7 +9,6 @@ import {
 } from './component'
 import { queueJob, queuePostFlushCb } from './scheduler'
 import { extend, getGlobalThis } from '@vue/shared'
-import { warn } from './warning'
 
 type HMRComponent = ComponentOptions | ClassComponent