Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 12345 |
- export const BASE_PAGE = "/";
- export const LOGIN_PAGE = "/auth";
- export const PROFILE_PAGE = "/profile";
- export const REGISTER_PAGE = "/auth/register";
- export const FORGOT_PASSWORD_PAGE = "/auth/forgot-password";
|