chore: optimize imports

This commit is contained in:
Luke
2023-11-15 15:32:04 +01:00
parent 882e372895
commit 36662050ff
22 changed files with 20 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
import { IconLookup, IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
import { IconName, IconPrefix } from '@fortawesome/fontawesome-common-types';
import { CSSProperties } from 'react';
type IconAnimation = 'spin' | 'spinPulse' | 'spinReverse' | 'pulse' | 'beat' | 'fade' | 'beatFade' | 'bounce' | 'shake';