Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 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';
|