kossiitkgp / KWoC-Frontend

Frontend Repo for Kharagpur Winter of Code, built in React
https://kwoc.kossiitkgp.org/
GNU General Public License v3.0
21 stars 40 forks source link

Add Paths in Constants #147

Closed harshkhandeparkar closed 10 months ago

harshkhandeparkar commented 10 months ago

Add paths to page in a dictionary in constants (util/constants.ts)

export const PATHS = {
  HOME: `/`,
  STUDENT_FORM: `/student/form`,
  OAUTH: `/oauth`
}

and so on.