// @hash v3-7D36F31C9A9CF50A868FC4B5947520558220D9A0 // Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden. // Version: 5.2.12 (build 29c76c8) with Babel 7.8.7 // Generated at: 9/7/2026 2:47:38 AM /////////////////////////////////////////////////////////////////////////////// class MakeAppointment extends React.Component { render() { return React.createElement(React.Fragment, null, React.createElement(OptionsProvider, { value: this.props.options }, React.createElement(MakeAnAppointment, { existingAccount: this.props.existingAccount, contactNumber: this.props.contactNumber, privacyStatementUrl: this.props.privacyStatementUrl, step1Url: this.props.step1Url, counsellorsUrl: this.props.counsellorsUrl, step2Url: this.props.step2Url, errorMessage: this.props.errorMessage, cancelText: this.props.cancelText, disclaimerText: this.props.disclaimerText, completedText: this.props.completedText, contactDetails: this.props.contactDetails }))); } }