mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Convert static/js/notifications.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							9a3dcb7305
						
					
				
				
					commit
					9d318f054f
				
			@@ -2,6 +2,7 @@
 | 
			
		||||
 | 
			
		||||
const channel = require("./channel");
 | 
			
		||||
const message_viewport = require("./message_viewport");
 | 
			
		||||
const notifications = require("./notifications");
 | 
			
		||||
const overlays = require("./overlays");
 | 
			
		||||
const reload = require("./reload");
 | 
			
		||||
const unread_ui = require("./unread_ui");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user