build: add pnpm
This commit is contained in:
@ -100,4 +100,5 @@ const components = {
|
||||
},
|
||||
}
|
||||
|
||||
export const customTheme = extendTheme({ colors, fonts, components })
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export const customTheme: any = extendTheme({ colors, fonts, components })
|
||||
|
Reference in New Issue
Block a user