UNPKG

shiv_not-found-page-1

Version:

This is the not found page component, that can be directly used with ReactJS.

10 lines (9 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _NotFound = _interopRequireDefault(require("./components/NotFound")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var _default = _NotFound.default; exports.default = _default;