From 7e52641637c44259ec6275296272790232df9222 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Wed, 27 Aug 2025 20:34:55 +0300 Subject: [PATCH] Rename file --- frontend/src/main.ts | 2 +- frontend/src/userPanel/{leftpanel.ts => userpanel.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename frontend/src/userPanel/{leftpanel.ts => userpanel.ts} (100%) diff --git a/frontend/src/main.ts b/frontend/src/main.ts index 9cda64c..b49445f 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -11,7 +11,7 @@ import "mdui/mdui.css"; import "./utils/material"; import "./chat/chat"; import "./userPanel/settings"; -import "./userPanel/leftpanel"; +import "./userPanel/userpanel"; import "./core/init"; import "./userPanel/profile/profile"; import "./chat/contextMenu"; diff --git a/frontend/src/userPanel/leftpanel.ts b/frontend/src/userPanel/userpanel.ts similarity index 100% rename from frontend/src/userPanel/leftpanel.ts rename to frontend/src/userPanel/userpanel.ts