From faa2f2c16d9c0cb4da6d1bd1e600d28bed56ce6b Mon Sep 17 00:00:00 2001 From: yohlo Date: Sun, 24 Aug 2025 22:57:58 -0500 Subject: [PATCH] remove unused --- src/app/routes/_authed/tournaments/$tournamentId.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/routes/_authed/tournaments/$tournamentId.tsx b/src/app/routes/_authed/tournaments/$tournamentId.tsx index e3c5b5a..78696e9 100644 --- a/src/app/routes/_authed/tournaments/$tournamentId.tsx +++ b/src/app/routes/_authed/tournaments/$tournamentId.tsx @@ -35,9 +35,3 @@ function RouteComponent() { } - -const TeamDrawer = ({ tournament }: { tournament: Tournament }) => { - return ( - - ); -}