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