Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456
  1. export const BASE_PAGE = '/';
  2. export const LOGIN_PAGE = '/auth';
  3. export const PROFILE_PAGE = '/profile';
  4. export const REGISTER_PAGE = '/auth/register';
  5. export const FORGOT_PASSWORD_PAGE = '/auth/forgot-password';
  6. export const SINGLE_DATA_PAGE = '/single-data/';