Skip to content

Commit

Permalink
트랙 관련 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Jan 16, 2025
1 parent 734fc8c commit 4a0ac56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/albums/TrackList.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import { cn } from "@/lib/utils";
import { Play, Music, Loader2, Pause } from "lucide-react";
import { Play, Music, Loader2 } from "lucide-react";
import { formatDuration } from "@/lib/format";
import { useEffect, useState } from "react";
import { useInView } from "react-intersection-observer";
Expand Down Expand Up @@ -34,8 +34,6 @@ export function TrackList({
tracks: initialTracks,
albumId,
artistId,
album,
artist,
}: TrackListProps) {
const { isAuthenticated } = useAuth();
const { user } = useUser();
Expand Down

0 comments on commit 4a0ac56

Please sign in to comment.