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