Commit a158a192 by Peter Holmberg

reordered import

parent 978cdfba
...@@ -8,6 +8,7 @@ import { appEvents } from 'app/core/app_events'; ...@@ -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'; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment