@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
15 lines • 906 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const layout_1 = require("@rocket.chat/layout");
const FormPageLayout_1 = __importDefault(require("../../common/FormPageLayout"));
const RegisterServerForm_1 = __importDefault(require("../../forms/RegisterServerForm"));
const pageLayoutStyleProps = {
justifyContent: 'center',
};
const RegisterServerPage = (props) => ((0, jsx_runtime_1.jsx)(layout_1.BackgroundLayer, { children: (0, jsx_runtime_1.jsx)(FormPageLayout_1.default, { styleProps: pageLayoutStyleProps, children: (0, jsx_runtime_1.jsx)(RegisterServerForm_1.default, { ...props }) }) }));
exports.default = RegisterServerPage;
//# sourceMappingURL=RegisterServerPage.js.map