diff --git a/app/stores/DocumentsStore.js b/app/stores/DocumentsStore.js index c14b9e180..61ec9e6cf 100644 --- a/app/stores/DocumentsStore.js +++ b/app/stores/DocumentsStore.js @@ -1,15 +1,6 @@ // @flow import invariant from "invariant"; -import { - without, - map, - find, - orderBy, - filter, - compact, - omitBy, - uniq, -} from "lodash"; +import { find, orderBy, filter, compact, omitBy } from "lodash"; import { observable, action, computed, runInAction } from "mobx"; import naturalSort from "shared/utils/naturalSort"; import BaseStore from "stores/BaseStore";