remove unused
This commit is contained in:
@@ -35,9 +35,3 @@ function RouteComponent() {
|
|||||||
<Profile tournament={tournament!} />
|
<Profile tournament={tournament!} />
|
||||||
</Page>
|
</Page>
|
||||||
}
|
}
|
||||||
|
|
||||||
const TeamDrawer = ({ tournament }: { tournament: Tournament }) => {
|
|
||||||
return (
|
|
||||||
<TeamList teams={tournament?.teams!} />
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user