/*
* NotFoundPage Messages
*
* This contains all the text for the NotFoundPage component.
*/
import { defineMessages } from'react-intl';
export defaultdefineMessages({
header: {
id: 'boilerplate.containers.NotFoundPage.header',
defaultMessage: 'Page not found.',
},
});