From 90e51d2bc148c5e196cabeff608e0123ab80bd16 Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Thu, 2 Jan 2025 15:14:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20fix=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx b/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx index 7b012437a4..800c267655 100644 --- a/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx +++ b/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx @@ -93,7 +93,6 @@ import { GRAPHER_DARK_TEXT, } from "../color/ColorConstants" import { FocusArray } from "../focus/FocusArray" -import { HorizontalCategoricalColorLegendProps } from "../horizontalColorLegend/HorizontalCategoricalColorLegend" type SVGMouseOrTouchEvent = | React.MouseEvent