Clean up the code

This commit is contained in:
2025-09-06 12:33:57 +03:00
Unverified
parent c88015ae39
commit 27666594ff
35 changed files with 28 additions and 2390 deletions
+1 -10
View File
@@ -9,16 +9,7 @@ import './resources/css/style.scss';
import "mdui/mdui.css";
import "./utils/material";
// import "./chat/chat";
// import "./userPanel/settings";
// import "./userPanel/userpanel";
// import "./core/init";
// import "./userPanel/profile/profile";
// import "./chat/contextMenu";
// import "./chat/profileDialog";
// import "./electron/electron";
// import "./chat/panel";
// import "./chat/dm";
import "./core/init";
import { createRoot } from 'react-dom/client';
import App from './ui/App';
import { StrictMode } from 'react';