@coko/client
Version:
Client side common code for coko apps
19 lines (18 loc) • 489 B
JavaScript
import { Paragraph as e, Text as t } from "../common/Typography.js";
import "../common/index.js";
import "react";
import { jsx as n, jsxs as r } from "react/jsx-runtime";
//#region src/ui/authentication/SuccessSubTitle.tsx
var i = (i) => {
let { userEmail: a } = i;
return /* @__PURE__ */ r(e, { children: [
"An email has been sent to ",
/* @__PURE__ */ n(t, {
strong: !0,
children: a
}),
" containing further instructions."
] });
};
//#endregion
export { i as default };