Skip to content

Commit

Permalink
Remove unecessary includes import in modelPage container
Browse files Browse the repository at this point in the history
  • Loading branch information
soupette committed Sep 25, 2017
1 parent 2338604 commit e77321e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React from 'react';
import { connect } from 'react-redux';
import { createStructuredSelector } from 'reselect';
import { bindActionCreators, compose } from 'redux';
import { get, has, size, replace, startCase, findIndex, includes } from 'lodash';
import { get, has, size, replace, startCase, findIndex } from 'lodash';
import { FormattedMessage } from 'react-intl';
import { Link, NavLink } from 'react-router-dom';
import PropTypes from 'prop-types';
Expand Down

0 comments on commit e77321e

Please sign in to comment.