diff --git a/packages/notify/index.js b/packages/notify/index.js index 3270573d..6de5caf6 100644 --- a/packages/notify/index.js +++ b/packages/notify/index.js @@ -1,5 +1,4 @@ import { create } from '../common/create'; -import Notify from './notify'; create({ props: { @@ -42,5 +41,3 @@ create({ } } }); - -export default Notify; diff --git a/packages/toast/index.js b/packages/toast/index.js index 8e55a673..33aa2369 100644 --- a/packages/toast/index.js +++ b/packages/toast/index.js @@ -1,5 +1,4 @@ import { create } from '../common/create'; -import Toast from './toast'; create({ props: { @@ -29,5 +28,3 @@ create({ } } }); - -export default Toast;