- Due to it being in the bundle, controls bundle was required for Dialogs used in cart - But this is exclusively used in `cart.html` - It has no reason to load and break the login page - Moved it back to where the html is, it is now back to being tightly coupled with its html
		
			
				
	
	
		
			8 lines
		
	
	
		
			276 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			276 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import "./website_utils";
 | |
| import "./wishlist";
 | |
| import "./shopping_cart";
 | |
| import "./customer_reviews";
 | |
| import "../../e_commerce/product_ui/list";
 | |
| import "../../e_commerce/product_ui/views";
 | |
| import "../../e_commerce/product_ui/grid";
 | |
| import "../../e_commerce/product_ui/search"; |