Skip to content

Commit

Permalink
chore: update typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 28, 2024
1 parent 2c6d2d3 commit f0c522d
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 453 deletions.
4 changes: 2 additions & 2 deletions packages/devtools/client/composables/state-tabs.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { computed, ComputedRef, MaybeRef } from 'vue'
import type { ComputedRef, MaybeRef } from 'vue'
import type { CategorizedTabs, ModuleBuiltinTab, ModuleCustomTab, RouteInfo, TabCategory } from '../../src/types'
import { useRouter } from '#app/composables/router'
import { objectPick } from '@antfu/utils'
import { toValue, unref } from 'vue'
import { computed, toValue, unref } from 'vue'
import { useClientRouter } from './client'
import { useCustomTabs, useServerPages } from './state'
import { useDevToolsOptions } from './storage-options'
Expand Down
Loading

0 comments on commit f0c522d

Please sign in to comment.