UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

6 lines 471 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { FormPageLayout } from '@rocket.chat/layout'; import { Trans } from 'react-i18next'; var TitleCreateFirstMemberPage = function () { return (_jsxs(Trans, { i18nKey: 'page.createFirstMember.title', children: ["Create first", _jsx(FormPageLayout.TitleHighlight, { children: "workspace member" })] })); }; export default TitleCreateFirstMemberPage; //# sourceMappingURL=TitleCreateFirstMemberPage.js.map