Skip to content

Commit 6c84c9e

Browse files
committedDec 19, 2023
style: sort imports
1 parent e2eaff3 commit 6c84c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/runtime-utils/mount.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { mount } from '@vue/test-utils'
22
import type { ComponentMountingOptions } from '@vue/test-utils'
3-
import { Suspense, h, nextTick, isReadonly } from 'vue'
3+
import { Suspense, h, isReadonly, nextTick } from 'vue'
44
import type { DefineComponent, SetupContext } from 'vue'
55
import { defu } from 'defu'
66
import type { RouteLocationRaw } from 'vue-router'

0 commit comments

Comments
 (0)
Please sign in to comment.