@coko/client
Version:
Client side common code for coko apps
12 lines (11 loc) • 392 B
JavaScript
import e from "../common/Result.js";
import "../common/index.js";
import { jsx as t } from "react/jsx-runtime";
//#region src/ui/authentication/DeactivatedUser.tsx
var n = () => /* @__PURE__ */ t(e, {
status: "403",
subTitle: "Sorry, your user has been deactivated. Please contact the administrators if you think this is a mistake.",
title: "403"
});
//#endregion
export { n as default };