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"