diff --git a/public/app/core/components/PasswordStrength.tsx b/public/app/core/components/PasswordStrength.tsx
index c376042ce75..52e8a44165d 100644
--- a/public/app/core/components/PasswordStrength.tsx
+++ b/public/app/core/components/PasswordStrength.tsx
@@ -1,5 +1,5 @@
import * as React from 'react';
-import * as ReactDOM from 'react-dom';
+import 'react-dom';
import coreModule from '../core_module';
export interface IProps {
diff --git a/public/app/core/components/colorpicker.ts b/public/app/core/components/colorpicker.ts
index 1834a1eb8a1..f64903ad0b6 100644
--- a/public/app/core/components/colorpicker.ts
+++ b/public/app/core/components/colorpicker.ts
@@ -1,8 +1,5 @@
///