diff --git a/packages/store-ui/src/index.ts b/packages/store-ui/src/index.ts index 7bb97ecfd5..f21d065ff4 100644 --- a/packages/store-ui/src/index.ts +++ b/packages/store-ui/src/index.ts @@ -50,6 +50,9 @@ export type { ListProps } from './atoms/List' export { default as Skeleton } from './atoms/Skeleton' export type { SkeletonProps } from './atoms/Skeleton' +export { default as Spinner } from './atoms/Spinner' +export type { SpinnerProps } from './atoms/Spinner' + // Molecules export { default as Bullets } from './molecules/Bullets' export type { BulletsProps } from './molecules/Bullets'