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