Skip to content

Commit

Permalink
chore: add header to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 14, 2023
1 parent f05c95e commit c656bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/libs/react-ui/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export { Button } from './Button';
export { Card } from './Card';
export { ContentHeader } from './ContentHeader';
export { NavFooter } from './NavFooter';
export { NavHeader } from './NavHeader';
export { Grid } from './Grid';
export { IconButton } from './IconButton';
export { Input } from './Input/Input';
Expand Down
1 change: 1 addition & 0 deletions packages/libs/react-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export {
Modal,
ModalProvider,
NavFooter,
NavHeader,
Notification,
Option,
Pagination,
Expand Down

0 comments on commit c656bf5

Please sign in to comment.