Skip to content

Commit

Permalink
fix: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
supproduction committed Sep 4, 2024
1 parent 577f464 commit 4a90823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
cartsPage,
categoryPage,
checkoutPage,
cmsPages,
cmsPage,
contactPage,
createAddressPage,
editAddressPage,
Expand Down Expand Up @@ -41,7 +41,7 @@ export const StaticExperienceFeature: AppFeature = {
editAddressPage,
...(featureVersion >= '1.1' ? [registrationPage] : []),
...(featureVersion >= '1.4' ? [cartsPage, cartCreatePage] : []),
...cmsPages,
...cmsPage,
]),
],
};
3 changes: 2 additions & 1 deletion libs/template/presets/storefront/experience/pages/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './cart-page';
export * from './category-page';
export * from './checkout-page';
export * from './cms-pages';
export * from './cms-page';
export * from './contact-page';
export * from './home-page';
export * from './login-page';
Expand All @@ -10,3 +10,4 @@ export * from './order-confirmation-page';
export * from './product-page';
export * from './registration-page';
export * from './search-page';

0 comments on commit 4a90823

Please sign in to comment.