mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
parent
b8c2a105a5
commit
4ba8df4425
9 changed files with 331 additions and 0 deletions
6
src/components/Tabs/index.js
Normal file
6
src/components/Tabs/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import Tabs from './Tabs.svelte';
|
||||
|
||||
export default Tabs;
|
||||
export { default as Tab } from './Tab.svelte';
|
||||
export { default as TabContent } from './TabContent.svelte';
|
||||
export { default as TabsSkeleton } from './TabsSkeleton.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue