mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Convert static/js/message_list.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							68872f44f6
						
					
				
				
					commit
					7a67c06581
				
			@@ -3,6 +3,7 @@ import * as compose from "./compose";
 | 
			
		||||
import * as compose_state from "./compose_state";
 | 
			
		||||
import * as hashchange from "./hashchange";
 | 
			
		||||
import {localstorage} from "./localstorage";
 | 
			
		||||
import * as message_list from "./message_list";
 | 
			
		||||
import * as narrow_state from "./narrow_state";
 | 
			
		||||
import * as reload_state from "./reload_state";
 | 
			
		||||
import * as server_events from "./server_events";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user