fix imports from fontawesome-common-types

This commit is contained in:
myl7
2022-07-15 17:38:34 +08:00
parent 18107590d2
commit ecb0e6a59d
+1 -1
View File
@@ -1,4 +1,4 @@
import type { IconPrefix, IconName } from '@fortawesome/fontawesome-common-types' import type { IconPrefix, IconName } from '@fortawesome/fontawesome-svg-core'
const icons: { [key: string]: [IconPrefix, IconName] } = { const icons: { [key: string]: [IconPrefix, IconName] } = {
image: ['far', 'file-image'], image: ['far', 'file-image'],