mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
reordered import
This commit is contained in:
@@ -8,6 +8,7 @@ import { appEvents } from 'app/core/app_events';
|
|||||||
import { PlaylistSrv } from 'app/features/playlist/playlist_srv';
|
import { PlaylistSrv } from 'app/features/playlist/playlist_srv';
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
|
import { ClickOutsideWrapper } from 'app/core/components/ClickOutsideWrapper/ClickOutsideWrapper';
|
||||||
import { DashNavButton } from './DashNavButton';
|
import { DashNavButton } from './DashNavButton';
|
||||||
import { Tooltip } from '@grafana/ui';
|
import { Tooltip } from '@grafana/ui';
|
||||||
|
|
||||||
@@ -16,7 +17,6 @@ import { updateLocation } from 'app/core/actions';
|
|||||||
|
|
||||||
// Types
|
// Types
|
||||||
import { DashboardModel } from '../../state';
|
import { DashboardModel } from '../../state';
|
||||||
import { ClickOutsideWrapper } from '../../../../core/components/ClickOutsideWrapper/ClickOutsideWrapper';
|
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
dashboard: DashboardModel;
|
dashboard: DashboardModel;
|
||||||
|
|||||||
Reference in New Issue
Block a user