Skip to content

Commit c4de27f

Browse files
committed
fix: lint
1 parent 65194b3 commit c4de27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/composables/queryRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useRoute } from 'nuxt/app'
22
import { ref, watch } from '#imports'
3-
import { type Ref } from '#imports'
3+
import type { Ref } from '#imports'
44

55
type QueryParamType = 'string' | 'string[]' | 'number' | 'number[]' | 'boolean' | 'boolean[]' | 'object' | 'object[]'
66

0 commit comments

Comments
 (0)