chore: add/delete imports/exports
This commit is contained in:
@@ -1 +1,4 @@
|
||||
export { FontSearch } from './ui';
|
||||
export {
|
||||
FontSearch,
|
||||
FontSearchSection,
|
||||
} from './ui';
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
import FontSearch from './FontSearch/FontSearch.svelte';
|
||||
|
||||
export { FontSearch };
|
||||
export { default as FontSearch } from './FontSearch/FontSearch.svelte';
|
||||
export { default as FontSearchSection } from './FontSearchSection/FontSearchSection.svelte';
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
export { SampleList } from './ui';
|
||||
export {
|
||||
SampleList,
|
||||
SampleListSection,
|
||||
} from './ui';
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
import SampleList from './SampleList/SampleList.svelte';
|
||||
|
||||
export { SampleList };
|
||||
export { default as SampleList } from './SampleList/SampleList.svelte';
|
||||
export { default as SampleListSection } from './SampleListSection/SampleListSection.svelte';
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
export { ComparisonSlider } from './ComparisonSlider';
|
||||
export { FontSearch } from './FontSearch';
|
||||
export {
|
||||
SampleList,
|
||||
SampleListSection,
|
||||
} from './SampleList';
|
||||
|
||||
Reference in New Issue
Block a user