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

@ -0,0 +1,16 @@
/* eslint-disable max-len */
import {defineMessages} from 'react-intl';
export const PAGE_INTRO = defineMessages({
PAGE_TILE: {
id: 'technical.support.doc.page.title.text',
defaultMessage: 'Technical Support Document',
description: 'Navigate to the the Technical Support Doc page, this will be the page title text',
},
COMING_SOON: {
id: 'technical.support.doc.page.coming.soon.text',
defaultMessage: 'Coming Soon!',
description: 'Navigate to the the Technical Support Doc page, this will be the page coming soon text',
},
});