mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-29 17:53:18 -07:00
Add two placeholder pages
- FAQs - TSD
This commit is contained in:
parent
abf49a9cbc
commit
975e91003e
18 changed files with 1376 additions and 24 deletions
16
client/src/data/copy/tsd.tsx
Normal file
16
client/src/data/copy/tsd.tsx
Normal 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',
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue