diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx index 49cd480e91d..f6022748fb5 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCauseItem.tsx @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import * as classNames from 'classnames'; +import classNames from 'classnames'; import * as React from 'react'; import { Alert } from '../../../../components/ui/Alert'; |