Merge pull request #64 from metonym/form

fix(structured-list): remove StructuredList import
This commit is contained in:
Eric Liu 2019-12-21 21:06:14 -08:00 committed by GitHub
commit 901857790d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,3 @@
import StructuredList from './StructuredList.svelte';
export default StructuredList;
export { default as StructuredListSkeleton } from './StructuredList.Skeleton.svelte';
export { default as StructuredListBody } from './StructuredListBody.svelte';
export { default as StructuredListHead } from './StructuredListHead.svelte';

View file

@ -30,7 +30,7 @@ import Search, { SearchSkeleton } from './components/Search';
import Select, { SelectSkeleton, SelectItem, SelectItemGroup } from './components/Select';
import SkeletonPlaceholder from './components/SkeletonPlaceholder';
import SkeletonText from './components/SkeletonText';
import StructuredList, {
import {
StructuredListSkeleton,
StructuredListBody,
StructuredListHead,
@ -102,7 +102,6 @@ export {
SkeletonPlaceholder,
SkeletonText,
Switch,
StructuredList,
StructuredListSkeleton,
StructuredListBody,
StructuredListHead,