fix: add missing import for MostPlayedByCard in song detail page
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
29cc0289d6
commit
f10f8ad465
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
import { MostPlayedByCard } from "@/components/songs/most-played-by-card"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { ArrowLeft, PlayCircle, History, Calendar, Trophy, Youtube, Star } from "lucide-react"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue