Next.js template
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.

pages.js 213B

12345
  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";