Skip to content

Commit 0b6bd83

Browse files
committed
fix: type-only import of IPXRuntimeConfig
1 parent 20030d8 commit 0b6bd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Nuxt } from '@nuxt/schema'
22
import type { ModuleOptions } from '../module'
3-
import { IPXRuntimeConfig } from '../ipx'
3+
import type { IPXRuntimeConfig } from '../ipx'
44
import type { ImageModifiers } from './image'
55

66
// eslint-disable-next-line no-use-before-define

0 commit comments

Comments
 (0)