Skip to content

Commit 16a0b23

Browse files
committed
chore: remove unused import due to merge conflict resolve mistake
1 parent 29e454d commit 16a0b23

File tree

1 file changed

+0
-1
lines changed
  • packages/runtime-core/src

1 file changed

+0
-1
lines changed

packages/runtime-core/src/hmr.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
} from './component'
1010
import { queueJob, queuePostFlushCb } from './scheduler'
1111
import { extend, getGlobalThis } from '@vue/shared'
12-
import { warn } from './warning'
1312

1413
type HMRComponent = ComponentOptions | ClassComponent
1514

0 commit comments

Comments
 (0)