chore: import/export fixes due to code move
This commit is contained in:
@@ -1,18 +1,6 @@
|
||||
export {
|
||||
createFontCollection,
|
||||
type FontCollectionStore,
|
||||
} from './helpers/createFontCollection.svelte';
|
||||
|
||||
export {
|
||||
filterFonts,
|
||||
sortFonts,
|
||||
} from './filterUtils';
|
||||
|
||||
export {
|
||||
filterValidValues,
|
||||
isValidFontCategory,
|
||||
isValidFontFilters,
|
||||
isValidFontProvider,
|
||||
isValidFontSubset,
|
||||
validateFilterValues,
|
||||
} from './typeGuards';
|
||||
normalizeFontshareFont,
|
||||
normalizeFontshareFonts,
|
||||
normalizeGoogleFont,
|
||||
normalizeGoogleFonts,
|
||||
} from './normalize/normalize';
|
||||
|
||||
Reference in New Issue
Block a user