Skip to content

Commit d169785

Browse files
committed
chore: fix lint (imports)
1 parent 835b9b1 commit d169785

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/utils/configuration.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
import type { Nuxt } from '@nuxt/schema'
2-
import { addDevServerHandler, addServerHandler, addServerImportsDir, type Resolver } from '@nuxt/kit'
3-
import { addPlugin, addPluginTemplate } from '@nuxt/kit'
2+
import type { Resolver } from '@nuxt/kit'
3+
import {
4+
addDevServerHandler,
5+
addServerHandler,
6+
addServerImportsDir,
7+
addPlugin,
8+
addPluginTemplate,
9+
} from '@nuxt/kit'
410
import defu from 'defu'
5-
import { defineEventHandler } from 'h3'
611
import type { HttpClientHintsOptions } from '../types'
712
import type { ResolvedHttpClientHintsOptions } from '../runtime/shared-types/types'
813

0 commit comments

Comments
 (0)