chore: import/export fixes due to code move
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export { fontCollection } from './store/fontCollection.svelte';
|
||||
|
||||
export type {
|
||||
// Domain types
|
||||
FontCategory,
|
||||
@@ -36,3 +34,11 @@ export type {
|
||||
UnifiedFont,
|
||||
UnifiedFontVariant,
|
||||
} from './types';
|
||||
|
||||
export { fetchFontshareFontsQuery } from './services';
|
||||
|
||||
export {
|
||||
createFontshareStore,
|
||||
type FontshareStore,
|
||||
fontshareStore,
|
||||
} from './store';
|
||||
|
||||
Reference in New Issue
Block a user