shierro/territory-manager

View on GitHub
app/containers/NotFoundPage/messages.js

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * NotFoundPage Messages
 *
 * This contains all the text for the NotFoundPage component.
 */
import { defineMessages } from 'react-intl';

export default defineMessages({
  header: {
    id: 'app.components.NotFoundPage.header',
    defaultMessage: 'Oops! This page does not yet exist.',
  },
});