This is just a technology testing project based on Create React App and TailwindCSS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
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;