Remove unused tab

This commit is contained in:
Kalle
2022-04-16 11:32:35 +03:00
parent 54f82d2ea1
commit 24bd2b90fb

View File

@@ -1,7 +0,0 @@
import { Catcher } from "~/components/Catcher";
export default function EditTournamentPage() {
return <div>TODO: edit tournament tab</div>;
}
export const CatchBoundary = Catcher;