chore: add import shortcuts
This commit is contained in:
@@ -60,9 +60,11 @@ export type {
|
||||
} from './model';
|
||||
|
||||
export {
|
||||
appliedFontsManager,
|
||||
createFontshareStore,
|
||||
fetchFontshareFontsQuery,
|
||||
fontshareStore,
|
||||
selectedFontsStore,
|
||||
} from './model';
|
||||
|
||||
// Stores
|
||||
@@ -72,4 +74,8 @@ export {
|
||||
} from './model/services/fetchGoogleFonts.svelte';
|
||||
|
||||
// UI elements
|
||||
export { FontList } from './ui';
|
||||
export {
|
||||
FontApplicator,
|
||||
FontListItem,
|
||||
FontVirtualList,
|
||||
} from './ui';
|
||||
|
||||
Reference in New Issue
Block a user