diff --git a/frontend/static/js/api/Client.js b/frontend/static/js/api/Client.js index a9b53e6..480c88e 100644 --- a/frontend/static/js/api/Client.js +++ b/frontend/static/js/api/Client.js @@ -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"; diff --git a/frontend/static/js/api/matchmaking.js b/frontend/static/js/api/Matchmaking.js similarity index 100% rename from frontend/static/js/api/matchmaking.js rename to frontend/static/js/api/Matchmaking.js