import composables from nuxt/app

This commit is contained in:
Robert Soriano
2022-10-30 14:24:39 -07:00
parent 4c5e6812b1
commit 1490790edc

View File

@@ -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