This is just a technology testing project based on Create React App and TailwindCSS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
232B

  1. const pages = {
  2. Home: '/',
  3. // login: '/login',
  4. // signup: '/signup',
  5. // 'forgot-password': '/forgot-password',
  6. // account: '/account',
  7. // 'reset-password': token => `/reset-password/${token}`
  8. };
  9. module.exports = pages;