You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pages.js 500B

123456789101112
  1. export const BASE_PAGE = '/';
  2. export const CHECKOUT_PAGE = '/checkout';
  3. export const CART_PAGE = '/cart';
  4. export const SHIPPING_PAGE = '/shipping';
  5. export const REVIEW_PAGE = '/review';
  6. export const PRODUCTS_PAGE = '/products';
  7. export const LOGIN_PAGE = '/auth';
  8. export const PROFILE_PAGE = '/profile';
  9. export const REGISTER_PAGE = '/auth/register';
  10. export const FORGOT_PASSWORD_PAGE = '/auth/forgot-password';
  11. export const SINGLE_DATA_PAGE = '/single-data/';
  12. export const CONTACT_PAGE = '/contact';