Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Nov 19, 2024
1 parent e76abf2 commit b114895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotcom-rendering/src/components/CardHeadline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import React from 'react';
import { type ArticleFormat, ArticleSpecial } from '../lib/articleFormat';
import { getZIndex } from '../lib/getZIndex';
import { palette } from '../palette';
import type { SmallHeadlineSize } from '../types/layout';
import { Byline } from './Byline';
import { Kicker } from './Kicker';
import { QuoteIcon } from './QuoteIcon';
Expand Down

0 comments on commit b114895

Please sign in to comment.