From d654aeba19602214b9f0646d7edd3fd0e7dc9853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLAKSHMIRPILLAI=E2=80=9D?= <“luxmi.r.pillai@gmail.com”> Date: Wed, 16 Oct 2024 18:22:27 +0100 Subject: [PATCH] Fix lint issues --- .../src/components/marketing/epics/ctas/EpicButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotcom-rendering/src/components/marketing/epics/ctas/EpicButton.tsx b/dotcom-rendering/src/components/marketing/epics/ctas/EpicButton.tsx index c6fd63b638..0d9f445157 100644 --- a/dotcom-rendering/src/components/marketing/epics/ctas/EpicButton.tsx +++ b/dotcom-rendering/src/components/marketing/epics/ctas/EpicButton.tsx @@ -13,13 +13,13 @@ import { LinkButton, SvgArrowRightStraight, } from '@guardian/source/react-components'; +import type { Tracking } from '@guardian/support-dotcom-components/dist/shared/src/types'; import React from 'react'; import type { ReactComponent } from '../../lib/ReactComponent'; import { OPHAN_COMPONENT_EVENT_PRIMARY_CTA, OPHAN_COMPONENT_EVENT_SECONDARY_CTA, } from '../utils/ophan'; -import { Tracking } from '@guardian/support-dotcom-components/dist/shared/src/types'; // Custom theme for Button/LinkButton // See also `tertiaryButtonOverrides` below.