chore: remove imports

This commit is contained in:
Fredrik Burmester
2025-01-07 10:27:56 +01:00
parent 4e80f58823
commit c63cea891d

View File

@@ -36,7 +36,6 @@ import { useAtom } from "jotai";
import { debounce } from "lodash";
import React, { useCallback, useEffect, useRef, useState } from "react";
import {
Dimensions,
Pressable,
TouchableOpacity,
useWindowDimensions,
@@ -60,7 +59,6 @@ import DropdownViewTranscoding from "./dropdown/DropdownViewTranscoding";
import { EpisodeList } from "./EpisodeList";
import NextEpisodeCountDownButton from "./NextEpisodeCountDownButton";
import SkipButton from "./SkipButton";
import { useOrientation } from "@/hooks/useOrientation";
interface Props {
item: BaseItemDto;