feature/comparison-slider #19
@@ -1,2 +1,5 @@
|
||||
export { displayedFontsStore } from './model';
|
||||
export { FontDisplay } from './ui';
|
||||
export {
|
||||
FontDisplay,
|
||||
FontSampler,
|
||||
} from './ui';
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
import FontDisplay from './FontDisplay/FontDisplay.svelte';
|
||||
import FontSampler from './FontSampler/FontSampler.svelte';
|
||||
|
||||
export { FontDisplay };
|
||||
export {
|
||||
FontDisplay,
|
||||
FontSampler,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user