@uivjs/admin-base-layout
Version:
14 lines (11 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NotFound = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var NotFound = /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
children: "Not Found"
});
exports.NotFound = NotFound;
//# sourceMappingURL=NotFound.js.map