Skip to content

Commit 1a8d9dc

Browse files
committed
chore: cleanup http server plugin
1 parent 847d97a commit 1a8d9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugins/http.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Browser } from 'detect-browser-es'
22
import { parseUserAgent } from 'detect-browser-es'
3-
import { appendHeader, setResponseHeader } from 'h3'
3+
import { appendHeader } from 'h3'
44
import type { ResolvedConfigurationOptions, SSRClientHints, SSRClientHintsConfiguration } from '../shared-types/types'
55
import { useHttpClientHintsState } from './state'
66
import { defineNuxtPlugin, useCookie, useNuxtApp, useRuntimeConfig, useRequestEvent, useRequestHeaders } from '#imports'

0 commit comments

Comments
 (0)