UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

14 lines (12 loc) 293 B
/* * 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.', }, });