9 lines
200 B
TypeScript
Executable File
9 lines
200 B
TypeScript
Executable File
import NotificationProvider from "./NotificationProvider.vue";
|
|
import store from "./store";
|
|
|
|
const { dispatchNotification } = store.actions;
|
|
|
|
export {
|
|
NotificationProvider,
|
|
dispatchNotification
|
|
}; |