From f1ca99521ef98b0f8f55dbf3f58fbe7905a57e7e Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sun, 18 Dec 2022 21:53:20 -0800 Subject: [PATCH] remove unused imports --- src/client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.ts b/src/client/index.ts index e29968e..73dbc40 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -4,7 +4,7 @@ import { createFlatProxy, createRecursiveProxy } from '@trpc/server/shared' import { hash } from 'ohash' import { type DecoratedProcedureRecord } from './types' // @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