datajunction-ui
Version:
DataJunction UI
23 lines (22 loc) • 763 B
JavaScript
import { jsxs as e, Fragment as r, jsx as n } from "react/jsx-runtime";
import { ak as i } from "./index-n79cxNwC.js";
function a() {
return /* @__PURE__ */ e(r, { children: [
/* @__PURE__ */ e(i, { children: [
/* @__PURE__ */ n("title", { children: "404 Page Not Found" }),
/* @__PURE__ */ n("meta", { name: "description", content: "Page not found" })
] }),
/* @__PURE__ */ e("div", { children: [
/* @__PURE__ */ e("label", { children: [
"4",
/* @__PURE__ */ n("span", { role: "img", "aria-label": "Crying Face", children: "😢" }),
"4"
] }),
/* @__PURE__ */ n("p", { children: "Page not found." })
] })
] });
}
export {
a as NotFoundPage
};
//# sourceMappingURL=index-D4fG498w.js.map