ci: update exported cssImports type
This commit is contained in:
parent
c1c1b287da
commit
e67050ca65
|
@ -25,4 +25,4 @@ export async function hashFile(file: ArrayBuffer): Promise<string> {
|
||||||
return [...hash].map((value) => value.toString(16).padStart(2, '0')).join('')
|
return [...hash].map((value) => value.toString(16).padStart(2, '0')).join('')
|
||||||
}
|
}
|
||||||
|
|
||||||
export const cssImports = new Map()
|
export const cssImports: Map<string, string> = new Map()
|
||||||
|
|
Loading…
Reference in a new issue