From 2e2f67fe0cc17764f8f02b08313034807a049bca Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Wed, 6 Mar 2024 11:02:49 +0100 Subject: [PATCH] Client.js: removed unused import --- frontend/static/js/api/Client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/static/js/api/Client.js b/frontend/static/js/api/Client.js index 480c88e..63b4eb8 100644 --- a/frontend/static/js/api/Client.js +++ b/frontend/static/js/api/Client.js @@ -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";