mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
275e5f00b7
commit
a0c4d347d5
8 changed files with 244 additions and 0 deletions
5
src/components/ProgressIndicator/index.js
Normal file
5
src/components/ProgressIndicator/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import ProgressIndicator from './ProgressIndicator.svelte';
|
||||
|
||||
export default ProgressIndicator;
|
||||
export { default as ProgressIndicatorSkeleton } from './ProgressIndicator.Skeleton.svelte';
|
||||
export { default as ProgressStep } from './ProgressStep.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue