// @hash v3-6A1D813F6E806C356C940F0F0763240E874B909A // 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:55:44 AM /////////////////////////////////////////////////////////////////////////////// class PortalDemographicSurvey extends React.Component { render() { return React.createElement(React.Fragment, null, React.createElement("h2", { className: "mb-12" }, this.props.title), React.createElement(DemographicSurvey, { url: this.props.url, client: this.props.client, dateCreated: this.props.dateCreated, createdBy: this.props.createdBy, info: this.props.info, questions: this.props.questions, consent: this.props.consent, submitted: this.props.submitted, data: this.props.client, labels: this.props.labels })); } }