diff --git a/frontend/app/[vertical]/shows/page.tsx b/frontend/app/[vertical]/shows/page.tsx index 592b262..3c626c9 100644 --- a/frontend/app/[vertical]/shows/page.tsx +++ b/frontend/app/[vertical]/shows/page.tsx @@ -87,18 +87,4 @@ export default async function ShowsPage({ params }: Props) { )} ) -} - - -