Skip to content

Commit f0c522d

Browse files
committed
chore: update typecheck
1 parent 2c6d2d3 commit f0c522d

File tree

2 files changed

+86
-453
lines changed

2 files changed

+86
-453
lines changed

packages/devtools/client/composables/state-tabs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import type { computed, ComputedRef, MaybeRef } from 'vue'
1+
import type { ComputedRef, MaybeRef } from 'vue'
22
import type { CategorizedTabs, ModuleBuiltinTab, ModuleCustomTab, RouteInfo, TabCategory } from '../../src/types'
33
import { useRouter } from '#app/composables/router'
44
import { objectPick } from '@antfu/utils'
5-
import { toValue, unref } from 'vue'
5+
import { computed, toValue, unref } from 'vue'
66
import { useClientRouter } from './client'
77
import { useCustomTabs, useServerPages } from './state'
88
import { useDevToolsOptions } from './storage-options'

0 commit comments

Comments
 (0)