fix(frontend): Import missing Button component in Shows page
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
This commit is contained in:
parent
a5b2ded18f
commit
f23cec1efc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue