From c6c7bf08a06b6884785cc12e5d39e20ed9b3a36b Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 10 Jun 2016 17:37:21 +0200 Subject: refactor react components (#1033) --- .../src/main/js/apps/background-tasks/components/CurrentsFilter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/sonar-web/src/main/js/apps/background-tasks/components') diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/CurrentsFilter.js b/server/sonar-web/src/main/js/apps/background-tasks/components/CurrentsFilter.js index be19157bb88..855646a4966 100644 --- a/server/sonar-web/src/main/js/apps/background-tasks/components/CurrentsFilter.js +++ b/server/sonar-web/src/main/js/apps/background-tasks/components/CurrentsFilter.js @@ -19,7 +19,7 @@ */ import React from 'react'; -import Checkbox from '../../../components/shared/checkbox'; +import Checkbox from '../../../components/controls/Checkbox'; import { CURRENTS } from '../constants'; const CurrentsFilter = ({ value, onChange }) => { @@ -40,7 +40,7 @@ const CurrentsFilter = ({ value, onChange }) => { return (