mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Merge pull request #64 from metonym/form
fix(structured-list): remove StructuredList import
This commit is contained in:
commit
901857790d
2 changed files with 1 additions and 5 deletions
|
@ -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';
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue