Skip to content

Commit

Permalink
Add some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Feb 8, 2024
1 parent 0cb8228 commit 712dd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {homePage} from '@pages/FO/classic/home';
import foProductPage from '@pages/FO/classic/product';
import {orderConfirmationPage} from '@pages/FO/classic/checkout/orderConfirmation';
import {myAccountPage} from '@pages/FO/classic/myAccount';
import foVouchersPage from '@pages/FO/classic/myAccount/vouchers';
import {vouchersPage as foVouchersPage} from '@pages/FO/classic/myAccount/vouchers';
import {checkoutPage} from '@pages/FO/classic/checkout';

// Import data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import addCartRulePage from '@pages/BO/catalog/discounts/add';
import {homePage} from '@pages/FO/classic/home';
import {loginPage as foLoginPage} from '@pages/FO/classic/login';
import {myAccountPage} from '@pages/FO/classic/myAccount';
import foVouchersPage from '@pages/FO/classic/myAccount/vouchers';
import {vouchersPage as foVouchersPage} from '@pages/FO/classic/myAccount/vouchers';
import {cartPage} from '@pages/FO/classic/cart';

// Import data
Expand Down

0 comments on commit 712dd12

Please sign in to comment.