j40-cejst-2/client/src/data/copy/tsd.tsx
Vim USDS 975e91003e Add two placeholder pages
- FAQs
- TSD
2022-04-05 13:27:58 -07:00

16 lines
561 B
TypeScript

/* 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',
},
});