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