clean: camelcase class

This commit is contained in:
starnakin 2024-02-20 09:40:31 +01:00 committed by AdrienLSH
parent e9214d1e4c
commit 99af47dac1
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Account } from "./Account.js";
import { MatchMaking } from "./matchmaking.js";
import { MatchMaking } from "./Matchmaking.js";
import { Profiles } from "./Profiles.js";
import { Channels } from './chat/Channels.js';
import { MyProfile } from "./MyProfile.js";