refactor(font): split types into separate files for better maintainability
This commit is contained in:
@@ -21,7 +21,7 @@ export {
|
||||
normalizeFontshareFonts,
|
||||
normalizeGoogleFont,
|
||||
normalizeGoogleFonts,
|
||||
} from './api/normalize';
|
||||
} from './api/normalize/normalize';
|
||||
export type {
|
||||
// Domain types
|
||||
FontCategory,
|
||||
@@ -57,4 +57,4 @@ export type {
|
||||
// Normalization types
|
||||
UnifiedFont,
|
||||
UnifiedFontVariant,
|
||||
} from './model/types';
|
||||
} from './model/types/index';
|
||||
|
||||
Reference in New Issue
Block a user