Skip to content

Commit a63ef77

Browse files
committed
fix: fix type
1 parent 2c71d95 commit a63ef77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/nuxt-style-extractor.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ declare module '#build/nuxt-style-extractor-config-hash.js' {
22
export const configHash: string
33
}
44

5-
declare module '#build/nuxt-style-extractor-transform.js' {
5+
declare module '#style-extractor/nuxt-style-extractor-transform.js' {
66
export interface Options {
77
html: string
88
css: string

0 commit comments

Comments
 (0)