mirror of
https://github.com/strapi/strapi.git
synced 2025-11-17 18:51:22 +00:00
14 lines
284 B
JavaScript
14 lines
284 B
JavaScript
|
|
/*
|
||
|
|
* ComingSoonPage Messages
|
||
|
|
*
|
||
|
|
* This contains all the text for the ComingSoonPage component.
|
||
|
|
*/
|
||
|
|
import { defineMessages } from 'react-intl';
|
||
|
|
|
||
|
|
export default defineMessages({
|
||
|
|
header: {
|
||
|
|
id: 'app.containers.ComingSoonPage.header',
|
||
|
|
defaultMessage: 'Coming soon.',
|
||
|
|
},
|
||
|
|
});
|