Skip to content

Commit

Permalink
Adjust import to type only
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 authored Jan 27, 2025
1 parent b95f5b8 commit 5cf23fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { palette } from '../../palette';
import type { StarRating as Rating } from '../../types/content';
import type { DCRFrontImage } from '../../types/front';
import type { MainMedia } from '../../types/mainMedia';
import { PodcastSeriesImage } from '../../types/tag';
import type { PodcastSeriesImage } from '../../types/tag';
import { Avatar } from '../Avatar';
import { CardLink } from '../Card/components/CardLink';
import { CardHeadline } from '../CardHeadline';
Expand Down

0 comments on commit 5cf23fa

Please sign in to comment.