style(font): fix lint warnings - remove unused imports and variables
- Removed unused FontFeatures, FontMetadata, FontProvider from normalize.ts imports - Removed unused UnifiedFont from normalize.test.ts imports - Removed unused FontSubset from store.ts imports - Changed unused queryClient variables to void calls to suppress warnings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type {
|
||||
FontshareFont,
|
||||
GoogleFontItem,
|
||||
UnifiedFont,
|
||||
} from '$entities/Font/model/types';
|
||||
import {
|
||||
describe,
|
||||
|
||||
Reference in New Issue
Block a user