diff --git a/src/utils/proxy.ts b/src/utils/proxy.ts index b48320ae..b57872c0 100644 --- a/src/utils/proxy.ts +++ b/src/utils/proxy.ts @@ -1,5 +1,5 @@ import type { H3Event } from '../event' -import type { RequestHeaders } from 'src/types' +import type { RequestHeaders } from '../types' export interface SendProxyOptions { headers?: RequestHeaders | HeadersInit