Files
apkt-eis/src/components/Notification/index.ts
2024-02-19 09:08:50 +07:00

9 lines
200 B
TypeScript
Executable File

import NotificationProvider from "./NotificationProvider.vue";
import store from "./store";
const { dispatchNotification } = store.actions;
export {
NotificationProvider,
dispatchNotification
};