UNPKG

react-notfound-page

Version:

The `NotFound` component is a React functional component that displays a 404 Not Found message along with an animation and an optional button.

9 lines (6 loc) 216 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./react-notfound-page.cjs.production.min.js') } else { module.exports = require('./react-notfound-page.cjs.development.js') }