Skip to content

Commit 8b89f39

Browse files
authored
fix: import type from correct location (#219)
1 parent c5fb53d commit 8b89f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { H3Event } from '../event'
2-
import type { RequestHeaders } from 'src/types'
2+
import type { RequestHeaders } from '../types'
33

44
export interface SendProxyOptions {
55
headers?: RequestHeaders | HeadersInit

0 commit comments

Comments
 (0)