fix: Merge conflicts, Linter and Server Test

- Resolve inconsistency due to conflict with https://github.com/frappe/erpnext/pull/27050
- Resolve Linter issues (imports and spaces)
- Include customer_reviews.js in bundle, move it to /public/js
This commit is contained in:
marination
2022-02-01 10:51:50 +05:30
parent 19e5dfbb7c
commit 7bc087ed44
6 changed files with 22 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
import "./website_utils";
import "./shopping_cart";
import "./wishlist";
import "./customer_reviews";
import "../../e_commerce/product_ui/list";
import "../../e_commerce/product_ui/views";
import "../../e_commerce/product_ui/grid";