Add two placeholder pages

- FAQs
- TSD
This commit is contained in:
Vim USDS 2022-04-04 21:17:28 -07:00
commit 975e91003e
18 changed files with 1376 additions and 24 deletions

View file

@ -4,7 +4,7 @@ export const PAGES_ENDPOINTS = {
DOWNLOADS: '/downloads',
TSD: '/technical-support-document',
ABOUT: '/about',
FAQS: '/faqs',
FAQS: '/frequently-asked-questions',
PUBLIC_ENG: '/public-engagement',
CONTACT: '/contact',
};