mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-30 03:38:44 +01:00
remove unused imports
This commit is contained in:
@@ -4,7 +4,7 @@ import { createFlatProxy, createRecursiveProxy } from '@trpc/server/shared'
|
|||||||
import { hash } from 'ohash'
|
import { hash } from 'ohash'
|
||||||
import { type DecoratedProcedureRecord } from './types'
|
import { type DecoratedProcedureRecord } from './types'
|
||||||
// @ts-expect-error: Nuxt auto-imports
|
// @ts-expect-error: Nuxt auto-imports
|
||||||
import { getCurrentInstance, onScopeDispose, useAsyncData, ref, unref } from '#imports'
|
import { getCurrentInstance, onScopeDispose, useAsyncData } from '#imports'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calculates the key used for `useAsyncData` call
|
* Calculates the key used for `useAsyncData` call
|
||||||
|
|||||||
Reference in New Issue
Block a user