mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixing imports, minor fix on mapping row
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user