Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
“LAKSHMIRPILLAI” committed Oct 16, 2024
1 parent 99c77a5 commit d654aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d654aeb

Please sign in to comment.