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
@@ -8,7 +8,7 @@ import { useRef } from "react";
import type { TextField } from "mdui/components/text-field";
import { useAppState } from "../chat/ui/state";
import { MaterialTextField } from "../chat/ui/components/core/TextField";
import { initialize, isSupported, startElectronReceiver, subscribe } from "../chat/utils/push-notifications";
import { initialize, isSupported, startElectronReceiver, subscribe } from "../chat/push-notifications";
import { isElectron } from "../chat/electron/electron";
import { useNavigate } from "react-router-dom";
import "./auth.scss";