import { FC } from 'react'; export const AccentText: FC = () => (
{window.i18n('beginYourSession')}
);