lekol-plus/src/global/routes.js
Ruidy 0f353e178f
📷 Pictures (#2)
* 📷 update pictures

* 🤵 set netlify forms
2020-07-16 21:30:34 +02:00

10 lines
369 B
JavaScript

export const HOME = "/"
export const COURSES = "/cours"
export const A_PROPOS = "/a-propos"
export const CONTACT = "/contact"
export const CALENDAR = "/calendrier"
export const LEGAL = "/legal"
export const ATELIER = COURSES + "/ateliers"
export const PRIMAIRE = COURSES + "/primaire"
export const COLLEGE = COURSES + "/college"
export const LYCEE = COURSES + "/lycee"