mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
fix imports from fontawesome-common-types
This commit is contained in:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user