Removed unused lodash.sample module

• Removed:
- unused lodash.sample module
This commit is contained in:
mgabdev
2020-06-15 13:27:26 -04:00
parent c65c71fffe
commit d5298a0f7f
3 changed files with 0 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ import { Map as ImmutableMap, List as ImmutableList } from 'immutable';
import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { createSelector } from 'reselect';
import sample from 'lodash.sample';
import debounce from 'lodash.debounce'
import { me } from '../initial_state';
import { dequeueTimeline } from '../actions/timelines';