import composables from #app to #imports

This commit is contained in:
wobsoriano
2022-12-20 01:37:12 -08:00
parent ff4bbebb0b
commit 2a23f4303d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import * as trpc from '@trpc/client'
import { unref } from 'vue'
import { FetchError } from 'ohmyfetch'
import { useClientHeaders } from './client'
import { defineNuxtPlugin, useRequestHeaders, useRuntimeConfig } from '#app'
import { defineNuxtPlugin, useRequestHeaders, useRuntimeConfig } from '#imports'
import type { router } from '~/server/trpc'
declare type AppRouter = typeof router