first commit
This commit is contained in:
9
src/components/Notification/index.ts
Normal file
9
src/components/Notification/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import NotificationProvider from "./NotificationProvider.vue";
|
||||
import store from "./store";
|
||||
|
||||
const { dispatchNotification } = store.actions;
|
||||
|
||||
export {
|
||||
NotificationProvider,
|
||||
dispatchNotification
|
||||
};
|
Reference in New Issue
Block a user