mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 10:34:18 -08:00
10 lines
265 B
JavaScript
10 lines
265 B
JavaScript
export const PAGES_ENDPOINTS = {
|
|
EXPLORE: '/',
|
|
METHODOLOGY: '/methodology',
|
|
DOWNLOADS: '/downloads',
|
|
TSD: '/technical-support-document',
|
|
ABOUT: '/about',
|
|
FAQS: '/frequently-asked-questions',
|
|
PUBLIC_ENG: '/public-engagement',
|
|
CONTACT: '/contact',
|
|
};
|