Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
| 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';
|