Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Nov 20, 2024
1 parent f55078a commit c9d2d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/Byline.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css, SerializedStyles } from '@emotion/react';
import { css, type SerializedStyles } from '@emotion/react';
import { palette } from '../palette';

type Props = {
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/LinkHeadline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {
} from '@guardian/source/foundations';
import { palette } from '../palette';
import type { SmallHeadlineSize } from '../types/layout';
import { Byline } from './Byline';
import { Kicker } from './Kicker';
import { QuoteIcon } from './QuoteIcon';
import { Byline } from './Byline';

type HeadlineLink = {
to: string; // the href for the anchor tag
Expand Down

0 comments on commit c9d2d99

Please sign in to comment.