@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
10 lines • 574 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { Throbber } from '@rocket.chat/fuselage';
import { HeroLayout, HeroLayoutTitle } from '@rocket.chat/layout';
import { useTranslation } from 'react-i18next';
var ConfirmationProcessPage = function () {
var t = useTranslation().t;
return (_jsxs(HeroLayout, { children: [_jsx(HeroLayoutTitle, { children: t('page.confirmationProcess.title') }), _jsx(Throbber, { size: 'x16', inheritColor: true })] }));
};
export default ConfirmationProcessPage;
//# sourceMappingURL=ConfirmationProcessPage.js.map