Moved Label to grafana/ui/components

This commit is contained in:
Hugo Häggmark
2019-01-16 10:28:05 +01:00
parent 6edc4e9f02
commit 639dc6c3c3
8 changed files with 9 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { connect } from 'react-redux';
import { Label } from '@grafana/ui';
import { Label } from 'app/core/components/Label/Label';
import { SharedPreferences } from 'app/core/components/SharedPreferences/SharedPreferences';
import { updateTeam } from './state/actions';
import { getRouteParamsId } from 'app/core/selectors/location';