From ccc52094a943cac0293de50a25be8244397f4eaf Mon Sep 17 00:00:00 2001 From: oscarkilhed Date: Wed, 14 Jan 2026 08:07:41 +0100 Subject: [PATCH] fix lint --- .../scene/layout-rows/RowsLayoutManagerRenderer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';