diff --git a/public/app/features/dashboard-scene/scene/layout-rows/RowsLayoutManagerRenderer.tsx b/public/app/features/dashboard-scene/scene/layout-rows/RowsLayoutManagerRenderer.tsx index de6b28c9365..7beab02421e 100644 --- a/public/app/features/dashboard-scene/scene/layout-rows/RowsLayoutManagerRenderer.tsx +++ b/public/app/features/dashboard-scene/scene/layout-rows/RowsLayoutManagerRenderer.tsx @@ -1,5 +1,5 @@ import { css } from '@emotion/css'; -import { DragDropContext, Droppable, DragUpdate, BeforeCapture, DropResult } from '@hello-pangea/dnd'; +import { DragDropContext, Droppable, BeforeCapture, DropResult } from '@hello-pangea/dnd'; import { useCallback } from 'react'; import { GrafanaTheme2 } from '@grafana/data';