From d03f90367f1fd075e79f4a69d31c5a49b9e53d01 Mon Sep 17 00:00:00 2001 From: Xamora Date: Fri, 15 Dec 2023 20:39:31 +0100 Subject: [PATCH] bug issue --- frontend/static/js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/static/js/index.js b/frontend/static/js/index.js index 9f55fd7..12dc11b 100644 --- a/frontend/static/js/index.js +++ b/frontend/static/js/index.js @@ -2,7 +2,6 @@ import { Client } from "./api/client.js"; import LoginView from "./views/accounts/LoginView.js"; import Dashboard from "./views/Dashboard.js"; -import Settings from "./views/Settings.js"; import Search from "./views/Search.js"; import Chat from "./views/Chat.js"; import HomeView from "./views/HomeView.js";