Skip to content

Commit

Permalink
Merge pull request #1202 from sacr3dc0w/master
Browse files Browse the repository at this point in the history
Fix brands import statement in app.js
  • Loading branch information
junedkazi authored Apr 16, 2018
2 parents b279726 + 7d07c92 commit da825ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fix brands import statement in app.js [#1202](https://github.com/bigcommerce/cornerstone/pull/1202)

## 1.16.0 (2018-04-12)
- Add representation for products and variants with retail price that has sale price. [#1195](https://github.com/bigcommerce/cornerstone/pull/1195)
Expand Down
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const pageClasses = {
blog: () => import('./theme/blog'),
blog_post: () => import('./theme/blog'),
brand: () => import('./theme/brand'),
brands: () => import('./theme/brand'),
brands: () => import('./theme/brands'),
cart: () => import('./theme/cart'),
category: () => import('./theme/category'),
compare: () => import('./theme/compare'),
Expand Down

0 comments on commit da825ab

Please sign in to comment.