Skip to content

Commit 47fff39

Browse files
committed
updated imports
1 parent f1cf077 commit 47fff39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plugins/dashboard/public/application/actions/duplicate_panel_action.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
import { i18n } from '@kbn/i18n';
2121
import { CoreStart } from 'src/core/public';
22-
import { ActionByType, IncompatibleActionError } from '../ui_actions_plugin';
23-
import { ViewMode, IContainer, PanelState, IEmbeddable } from '../embeddable_plugin';
24-
import { SavedObject } from '../../../saved_objects/public';
25-
import { EmbeddableInput } from '../../../embeddable/public';
22+
import { ActionByType, IncompatibleActionError } from '../../ui_actions_plugin';
23+
import { ViewMode, IContainer, PanelState, IEmbeddable } from '../../embeddable_plugin';
24+
import { SavedObject } from '../../../../saved_objects/public';
25+
import { EmbeddableInput } from '../../../../embeddable/public';
2626
import { DashboardPanelState, GridData, DASHBOARD_CONTAINER_TYPE } from '..';
2727

2828
export const ACTION_DUPLICATE_PANEL = 'duplicatePanel';

0 commit comments

Comments
 (0)