fix: refactor

This commit is contained in:
Fredrik Burmester
2024-08-16 19:06:06 +02:00
parent 83131cabe1
commit 349fc1f21e
4 changed files with 195 additions and 190 deletions

View File

@@ -4,6 +4,8 @@ import { Feather, Ionicons } from "@expo/vector-icons";
import { runtimeTicksToMinutes } from "@/utils/time";
import { useActionSheet } from "@expo/react-native-action-sheet";
import { View } from "react-native";
import { useAtom } from "jotai";
import { playingAtom } from "./CurrentlyPlayingBar";
interface Props extends React.ComponentProps<typeof Button> {
item: BaseItemDto;