From f1bb59afb0ce40a2554b140a41cacb45780854e2 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Wed, 31 Dec 2025 09:21:13 -0800 Subject: [PATCH] fix: remove garbage syntax error at end of ShowsPage --- frontend/app/[vertical]/shows/page.tsx | 14 -------------- 1 file changed, 14 deletions(-) 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) { )} ) -} - - -