diff --git a/src/client/index.ts b/src/client/index.ts index 6606899..0c87ee3 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -5,9 +5,8 @@ import type { } from '@trpc/server' import { createFlatProxy, createRecursiveProxy } from '@trpc/server/shared' import { hash } from 'ohash' +import { useAsyncData, useState } from 'nuxt/app' import type { DecoratedProcedureRecord } from './types' -// @ts-ignore: Nuxt internal -import { useAsyncData, useState } from '#imports' /** * Calculates the key used for `useAsyncData` call