diff --git a/packages/grafana-ui/src/components/Switch/Switch.tsx b/packages/grafana-ui/src/components/Switch/Switch.tsx index 4f534c97a3a..e2a25682519 100644 --- a/packages/grafana-ui/src/components/Switch/Switch.tsx +++ b/packages/grafana-ui/src/components/Switch/Switch.tsx @@ -1,6 +1,5 @@ import React, { PureComponent } from 'react'; import uniqueId from 'lodash/uniqueId'; -import { Input } from '@grafana/ui'; export interface Props { label: string; @@ -39,7 +38,7 @@ export class Switch extends PureComponent {