diff --git a/docs/content/1.get-started/3.tips/5.headers.md b/docs/content/1.get-started/3.tips/5.headers.md index 1950951..035b7a9 100644 --- a/docs/content/1.get-started/3.tips/5.headers.md +++ b/docs/content/1.get-started/3.tips/5.headers.md @@ -7,9 +7,6 @@ title: Headers We can use the built-in `useRequestHeaders` to access/pass headers to any future internal requests during SSR. ```ts [plugins/client.ts] -import { httpBatchLink, createTRPCProxyClient } from '@trpc/client' -import type { AppRouter } from '@/server/trpc/routers' - export default defineNuxtPlugin(() => { const headers = useRequestHeaders()