clean: camelcase class

This commit is contained in:
starnakin 2024-02-20 09:40:31 +01:00
parent b30831234c
commit 6b42a99404
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Account } from "./Account.js"; import { Account } from "./Account.js";
import { MatchMaking } from "./matchmaking.js"; 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";