chore: remove unused import

This commit is contained in:
Evan You 2020-03-25 09:48:03 -04:00
parent 2ea14f60e0
commit c5beb9fb4c

View File

@ -8,8 +8,7 @@ import {
nextTick,
renderToString,
ref,
defineComponent,
createApp
defineComponent
} from '@vue/runtime-test'
import { mockWarn } from '@vue/shared'