Skip to content

Commit

Permalink
Merge pull request #653 from dottharun/fix/link-export
Browse files Browse the repository at this point in the history
fix: Missing exports for Link and Slide
  • Loading branch information
leecalcote authored Jun 19, 2024
2 parents 15a7282 + b139019 commit 6a2d010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export * from './Grow';
export * from './IconButton';
export * from './Input';
export * from './InputLabel';
export * from './Link';
export * from './List';
export * from './ListItem';
export * from './ListItemAvatar';
Expand All @@ -54,6 +55,7 @@ export * from './Paper';
export * from './Popper';
export * from './RadioGroup';
export * from './Select';
export * from './Slide';
export * from './Stack';
export * from './Switch';
export * from './Tab';
Expand Down

0 comments on commit 6a2d010

Please sign in to comment.