8 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
| /*global define:false*/
 | |
| 
 | |
| import moment from "./moment";
 | |
| 
 | |
| define("moment", [], function () {
 | |
|     return moment;
 | |
| });
 | 
