Remove unused import
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2026-06-18 11:17:27 +03:00
parent 32dabbb796
commit e3cd9530cd

View File

@@ -3,7 +3,6 @@ import { userIsBanned } from "~/features/ban/core/banned.server";
import * as TeamRepository from "~/features/team/TeamRepository.server";
import { tournamentTeamNameTaken } from "~/features/tournament/tournament-utils.server";
import type { Tournament } from "~/features/tournament-bracket/core/Tournament";
import { inGameNameIsValid } from "~/features/user-page/in-game-name";
import * as UserRepository from "~/features/user-page/UserRepository.server";
import {
ADMIN_REGISTRATION_MAX_MEMBERS,