mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
refactor(structured-list): make StructuredListWrapper default component
This commit is contained in:
parent
e7bb051cab
commit
0b30250e57
7 changed files with 33 additions and 31 deletions
|
@ -57,14 +57,13 @@ import Select, { SelectSkeleton, SelectItem, SelectItemGroup } from './component
|
|||
import SkeletonPlaceholder from './components/SkeletonPlaceholder';
|
||||
import SkeletonText from './components/SkeletonText';
|
||||
import Slider, { SliderSkeleton } from './components/Slider';
|
||||
import {
|
||||
import StructuredList, {
|
||||
StructuredListSkeleton,
|
||||
StructuredListBody,
|
||||
StructuredListHead,
|
||||
StructuredListCell,
|
||||
StructuredListRow,
|
||||
StructuredListInput,
|
||||
StructuredListWrapper
|
||||
StructuredListInput
|
||||
} from './components/StructuredList';
|
||||
import Tabs, { Tab, TabContent, TabsSkeleton } from './components/Tabs';
|
||||
import Tag, { TagSkeleton } from './components/Tag';
|
||||
|
@ -159,13 +158,13 @@ export {
|
|||
Switch,
|
||||
Slider,
|
||||
SliderSkeleton,
|
||||
StructuredList,
|
||||
StructuredListSkeleton,
|
||||
StructuredListBody,
|
||||
StructuredListHead,
|
||||
StructuredListCell,
|
||||
StructuredListRow,
|
||||
StructuredListInput,
|
||||
StructuredListWrapper,
|
||||
Tabs,
|
||||
Tab,
|
||||
TabContent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue