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