fix(frontend): Import missing Button component in Shows page
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-24 17:43:25 -08:00
parent a5b2ded18f
commit f23cec1efc

View file

@ -7,6 +7,7 @@ import Link from "next/link"
import { Calendar, MapPin, Loader2, Youtube } from "lucide-react"
import { Skeleton } from "@/components/ui/skeleton"
import { useSearchParams } from "next/navigation"
import { Button } from "@/components/ui/button"
interface Show {
id: number