Browse Source

Remove unused imports

tags/7.6
Wouter Admiraal 5 years ago
parent
commit
a9fd4eb48b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      server/sonar-web/src/main/js/apps/project-admin/store/actions.js

+ 0
- 1
server/sonar-web/src/main/js/apps/project-admin/store/actions.js View File

@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import { getProjectLinks, createLink, deleteLink } from '../../../api/projectLinks';
import { getTree, changeKey as changeKeyApi } from '../../../api/components';
import throwGlobalError from '../../../app/utils/throwGlobalError';


Loading…
Cancel
Save