UNPKG

spacerr

Version:

This starter pack provides a comprehensive Next.js setup, built on top of `create-next-app`, and includes additional features. Developed by spacerrr.

9 lines (8 loc) 217 B
export const routes = { root: "/", signIn: "/auth/sign-in", signUp: "/auth/sign-up", verifyEmail: "/auth/verify-email", recoverPassword: "/auth/recover-password", resetPassword: "/auth/reset-password", };