Skip to content

Commit

Permalink
refactor: convert class component to functional"
Browse files Browse the repository at this point in the history
  • Loading branch information
briannguyen4 committed Jan 28, 2022
1 parent 8694429 commit 2a09ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import React, { useState, useEffect } from 'react';
import { useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
Expand Down

0 comments on commit 2a09ab7

Please sign in to comment.