mirror of
https://github.com/rjNemo/lekol-plus
synced 2026-06-11 12:16:41 +00:00
10 lines
369 B
JavaScript
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"
|