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.
| 123456789101112 |
- export const BASE_PAGE: string = '/';
- export const CHECKOUT_PAGE: string = '/checkout';
- export const CART_PAGE: string = '/cart';
- export const SHIPPING_PAGE: string = '/shipping';
- export const REVIEW_PAGE: string = '/review';
- export const PRODUCTS_PAGE: string = '/products';
- export const LOGIN_PAGE: string = '/auth';
- export const PROFILE_PAGE: string = '/profile';
- export const REGISTER_PAGE: string = '/auth/register';
- export const FORGOT_PASSWORD_PAGE: string = '/auth/forgot-password';
- export const SINGLE_DATA_PAGE: string = '/single-data/';
- export const CONTACT_PAGE: string = '/contact';
|