Move utils to root

This commit is contained in:
2025-10-09 22:19:06 +03:00
Unverified
parent 546c2523c2
commit 2312569455
21 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { DMPanel, type DMPanelData } from "./panels/DMPanel";
import { getAuthHeaders } from "../../../api/authApi";
import { restoreKeys } from "../../../api/authApi";
import { API_BASE_URL } from "../core/config";
import { initialize, subscribe, startElectronReceiver, isSupported } from "../utils/push-notifications";
import { initialize, subscribe, startElectronReceiver, isSupported } from "../push-notifications";
import { isElectron } from "../electron/electron";
export type ChatTabs = "chats" | "channels" | "contacts" | "dms"