UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

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