quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
16 lines (13 loc) • 323 B
JavaScript
/*
* NotFoundPage Messages
*
* This contains all the text for the NotFoundPage component.
*/
import { defineMessages } from 'react-intl';
export const scope = 'boilerplate.containers.NotFoundPage';
export default defineMessages({
header: {
id: `${scope}.header`,
defaultMessage: 'Page not found.',
},
});