Skip to content

Commit

Permalink
cancel some exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Sep 18, 2023
1 parent 69bfe30 commit 34663a9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,5 @@ export { Form, FormSection, FormGroup } from './components/form/Form.component';
export { FormattedDateTime } from './components/date/FormattedDateTime';
export { IconHelp } from './components/IconHelper';
export { Dropzone } from './components/dropzone/Dropzone';
export {
Toast,
ToastProps,
ToastStatus,
} from './components/toast/Toast.component';
export { Toasts, ToastsProps } from './components/toast/Toasts.component';
export { Toast } from './components/toast/Toast.component';
export { Toasts } from './components/toast/Toasts.component';

0 comments on commit 34663a9

Please sign in to comment.