fix: mqtt

Deskripsi:
- hapus package mqtt

No Issues
This commit is contained in:
amel
2024-09-26 16:25:34 +08:00
parent 18f9ad9c80
commit dced0ad749
7 changed files with 6 additions and 298 deletions

View File

@@ -1,4 +1,3 @@
import MqttLoad from "./bin/mqtt_load";
import prisma from "./bin/prisma";
import { currentScroll, DIR, globalNotifPage, globalRole, pwd_key_config, TEMA } from "./bin/val_global";
import SkeletonAvatar from "./components/skeleton_avatar";
@@ -22,7 +21,6 @@ import LayoutNavbarNew from "./layout/layout_navbar_new";
import NoZoom from "./layout/no_zoom";
import ReloadButtonTop from "./components/reload_button_top";
import ViewFilter from "./view/view_filter";
import mtqq_client from "./bin/mqtt_client"
import NotificationCustome from "./components/notification_custome";
import { ScrollProvider } from "./components/scroll_provider";
import SkeletonUser from "./components/skeleton_user";
@@ -52,8 +50,6 @@ export { funDeleteFile }
export { DIR }
export { TEMA }
export { funCopyFile }
export { MqttLoad }
export { mtqq_client }
export { globalNotifPage }
export { SkeletonAvatar }
export { ReloadButtonTop }