Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
| 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';
|