mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +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.',
|
|
},
|
|
});
|