Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyford committed Jan 6, 2025
1 parent 8ffa626 commit ad506b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotcom-rendering/src/lib/renderElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ import type { ServerSideTests, Switches } from '../types/config';
import type { FEElement, RoleType, StarRating } from '../types/content';
import { ArticleDesign, type ArticleFormat } from './articleFormat';
import type { EditionId } from './edition';
import { getSharingUrls } from './sharing-urls';

type Props = {
format: ArticleFormat;
Expand Down

0 comments on commit ad506b0

Please sign in to comment.