Skip to content

Commit

Permalink
Spinner exports
Browse files Browse the repository at this point in the history
  • Loading branch information
VTEX committed Sep 16, 2021
1 parent c09c8a0 commit 5296e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/store-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5296e17

Please sign in to comment.