Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Sep 5, 2024
1 parent 462e3fa commit e69c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StoryImage/StoryImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getProcessedImage } from '@/utilities/getProcessedImage';
import { getSbImageSize } from '@/utilities/getSbImageSize';
import * as styles from './StoryImage.styles';

type StoryImageProps = React.HTMLAttributes<HTMLDivElement> & {
export type StoryImageProps = React.HTMLAttributes<HTMLDivElement> & {
imageSrc: string;
imageFocus?: string;
isLoadingEager?: boolean;
Expand Down

0 comments on commit e69c3e2

Please sign in to comment.