Client.js: removed unused import
This commit is contained in:
parent
a408c5d16b
commit
6d9decf913
@ -3,7 +3,6 @@ import { MatchMaking } from "./Matchmaking.js";
|
|||||||
import { Profiles } from "./Profiles.js";
|
import { Profiles } from "./Profiles.js";
|
||||||
import { Channels } from './chat/Channels.js';
|
import { Channels } from './chat/Channels.js';
|
||||||
import { MyProfile } from "./MyProfile.js";
|
import { MyProfile } from "./MyProfile.js";
|
||||||
import { navigateTo } from "../index.js";
|
|
||||||
import { Tourmanents } from "./tournament/Tournaments.js";
|
import { Tourmanents } from "./tournament/Tournaments.js";
|
||||||
import { Notice } from "./chat/Notice.js";
|
import { Notice } from "./chat/Notice.js";
|
||||||
import { Channel } from "./chat/Channel.js";
|
import { Channel } from "./chat/Channel.js";
|
||||||
|
Loading…
Reference in New Issue
Block a user