fixing imports, minor fix on mapping row

This commit is contained in:
Peter Holmberg
2019-01-15 17:33:42 +00:00
parent 58094faa12
commit 83fbf52aac
6 changed files with 14 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import React, { SFC } from 'react';
import { Label } from '../../../../../packages/grafana-ui/src/components/Label/Label';
import { Label } from '@grafana/ui';
import { Switch } from '../../../core/components/Switch/Switch';
export interface Props {