Skip to content

Commit

Permalink
remove stateSkeletonBar export alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir committed Apr 16, 2024
1 parent f3a139d commit a75c529
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/components/states/stateSkeletonBar/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
export {
StateSkeletonBar,
type IStateSkeletonBarProps,
type SkeletonBarSize as SkeletonSize,
} from './stateSkeletonBar';
export { StateSkeletonBar, type IStateSkeletonBarProps, type SkeletonBarSize } from './stateSkeletonBar';

0 comments on commit a75c529

Please sign in to comment.