ci: update exported cssImports type

This commit is contained in:
Julien Oculi 2024-02-05 14:53:43 +01:00
parent c1c1b287da
commit e67050ca65

View file

@ -25,4 +25,4 @@ export async function hashFile(file: ArrayBuffer): Promise<string> {
return [...hash].map((value) => value.toString(16).padStart(2, '0')).join('')
}
export const cssImports = new Map()
export const cssImports: Map<string, string> = new Map()