Skip to content

Commit

Permalink
fix: 🐛 remove file polifile
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingByJerez committed Jul 29, 2022
1 parent 2d49b97 commit 46f7784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ALERT_TYPE } from './config/ENV';
import { Dialog, IConfigDialog, IConfigToast, Root, Toast } from './containers';
import './polyfills';

export { Root, Dialog, Toast, ALERT_TYPE, IConfigDialog, IConfigToast };
export default { Root, Dialog, Toast, ALERT_TYPE };

0 comments on commit 46f7784

Please sign in to comment.