Client.js: removed unused import

This commit is contained in:
AdrienLSH 2024-03-06 11:02:49 +01:00
parent ff24095c4a
commit 2e2f67fe0c

View File

@ -3,7 +3,6 @@ import { MatchMaking } from "./Matchmaking.js";
import { Profiles } from "./Profiles.js";
import { Channels } from './chat/Channels.js';
import { MyProfile } from "./MyProfile.js";
import { navigateTo } from "../index.js";
import { Tourmanents } from "./tournament/Tournaments.js";
import {Notice} from "./chat/Notice.js";
import { Channel } from "./chat/Channel.js";