chore: import/export fixes due to code move
This commit is contained in:
@@ -21,7 +21,7 @@ export {
|
||||
normalizeFontshareFonts,
|
||||
normalizeGoogleFont,
|
||||
normalizeGoogleFonts,
|
||||
} from './api/normalize/normalize';
|
||||
} from './lib/normalize/normalize';
|
||||
export type {
|
||||
// Domain types
|
||||
FontCategory,
|
||||
@@ -43,6 +43,7 @@ export type {
|
||||
FontshareFont,
|
||||
FontshareLink,
|
||||
FontsharePublisher,
|
||||
FontshareStore,
|
||||
FontshareStyle,
|
||||
FontshareStyleProperties,
|
||||
FontshareTag,
|
||||
@@ -59,4 +60,17 @@ export type {
|
||||
UnifiedFontVariant,
|
||||
} from './model';
|
||||
|
||||
export { fontCollection } from './model';
|
||||
export {
|
||||
createFontshareStore,
|
||||
fetchFontshareFontsQuery,
|
||||
fontshareStore,
|
||||
} from './model';
|
||||
|
||||
// Stores
|
||||
export {
|
||||
createGoogleFontsStore,
|
||||
GoogleFontsStore,
|
||||
} from './model/services/fetchGoogleFonts.svelte';
|
||||
|
||||
// UI elements
|
||||
export { FontList } from './ui';
|
||||
|
||||
Reference in New Issue
Block a user