Skip to content

Commit

Permalink
Remove unnecessary import of useState
Browse files Browse the repository at this point in the history
Signed-off-by: Christos Malliaridis <c.malliaridis@gmail.com>
  • Loading branch information
malliaridis committed Jun 17, 2020
1 parent 00b1c75 commit d77ab73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
*/

import React, { useState } from 'react';
import PropTypes from 'prop-types';
import { get, map } from 'lodash';
import { FormattedMessage } from 'react-intl';
Expand Down

0 comments on commit d77ab73

Please sign in to comment.