From beaa9e8f424a0d1fd2a8440c3dfaa927fb9bbedb Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Mon, 29 Jul 2019 16:53:35 +0300 Subject: [PATCH] web: People: Removed useless import --- products/ASC.People/Client/src/store/people/selectors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/products/ASC.People/Client/src/store/people/selectors.js b/products/ASC.People/Client/src/store/people/selectors.js index 218c1f471f..b160d291d3 100644 --- a/products/ASC.People/Client/src/store/people/selectors.js +++ b/products/ASC.People/Client/src/store/people/selectors.js @@ -1,5 +1,4 @@ import _ from "lodash"; -import config from '../../../package.json'; export function getSelectedUser(selection, userId) { return _.find(selection, function (obj) {