remove unused stuff

This commit is contained in:
yohlo
2025-08-23 14:46:44 -05:00
parent 3eb112df72
commit 3283d1e9a0
4 changed files with 0 additions and 30 deletions

View File

@@ -6,7 +6,6 @@ import { Box, Button } from '@mantine/core';
import { useSheet } from '@/hooks/use-sheet';
import Sheet from '@/components/sheet/sheet';
import { Tournament } from '@/features/tournaments/types';
import { UsersIcon } from '@phosphor-icons/react';
import TeamList from '@/features/teams/components/team-list';
export const Route = createFileRoute('/_authed/tournaments/$tournamentId')({