8 lines
		
	
	
		
			104 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			104 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import toastr from 'toastr/toastr';
 | |
| 
 | |
| try {
 | |
|   window.toastr = toastr;
 | |
| } catch (e) {}
 | |
| 
 | |
| export { toastr };
 |