From 5232950ac88e4980495377f21eb39d21f37ce284 Mon Sep 17 00:00:00 2001 From: TOomaAh Date: Thu, 20 Mar 2025 01:20:06 +0100 Subject: [PATCH] style(prettier): run prettier --- src/components/TvDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TvDetails/index.tsx b/src/components/TvDetails/index.tsx index c73437c4..03b1e9ba 100644 --- a/src/components/TvDetails/index.tsx +++ b/src/components/TvDetails/index.tsx @@ -35,6 +35,7 @@ import { sortCrewPriority } from '@app/utils/creditHelpers'; import defineMessages from '@app/utils/defineMessages'; import { refreshIntervalHelper } from '@app/utils/refreshIntervalHelper'; import { Disclosure, Transition } from '@headlessui/react'; +import { ChevronDownIcon } from '@heroicons/react/24/outline'; import { ArrowRightCircleIcon, CogIcon, @@ -45,7 +46,6 @@ import { PlayIcon, StarIcon, } from '@heroicons/react/24/solid'; -import { ChevronDownIcon } from '@heroicons/react/24/outline'; import type { RTRating } from '@server/api/rating/rottentomatoes'; import { ANIME_KEYWORD_ID } from '@server/api/themoviedb/constants'; import { IssueStatus } from '@server/constants/issue';