fix: build error

This commit is contained in:
Robert Soriano
2022-05-20 00:47:21 -07:00
parent a3dadb9e50
commit dc86c0252e
4 changed files with 46 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ import type { ProcedureRecord, inferHandlerInput, inferProcedureInput, inferProc
import type { TRPCClientErrorLike } from '@trpc/client'
import { objectHash } from 'ohash'
// @ts-expect-error: Resolved by Nuxt
import { useAsyncData, useState } from '#imports'
import { useAsyncData, useState } from '#app'
// @ts-expect-error: Resolved by Nuxt
import { useClient } from '#build/trpc-client'
// @ts-expect-error: Resolved by Nuxt