diff --git a/lms/static/js/student_account/components/PasswordResetInput.jsx b/lms/static/js/student_account/components/PasswordResetInput.jsx index d47584e47298..8c32b6edc8a2 100644 --- a/lms/static/js/student_account/components/PasswordResetInput.jsx +++ b/lms/static/js/student_account/components/PasswordResetInput.jsx @@ -1,27 +1,56 @@ /* globals gettext */ -import PropTypes from 'prop-types'; -import React from 'react'; +import PropTypes from "prop-types"; +import React from "react"; -import { InputText } from '@edx/paragon/static'; +import { InputText } from "@edx/paragon/static"; -function PasswordResetInput(props) { - return ( -