Skip to content

Commit

Permalink
fix: exporting to component
Browse files Browse the repository at this point in the history
  • Loading branch information
fayez-baig committed Oct 12, 2020
1 parent 0737166 commit c733637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as Notification } from './Elements/Notification/Notification';
export { default as DeleteButton } from './Elements/DeleteButton/DeleteButton';
export { default as Text } from './Elements/Text/Text';
export { default as Title } from './Elements/Title/Title';
export { default as Container } from './Layout/Container/Container';
export { default as SubTitle } from './Elements/SubTitle/SubTitle';
export { default as ProgressBar } from './Elements/ProgressBar/ProgressBar';

Expand Down

0 comments on commit c733637

Please sign in to comment.