mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 03:25:07 +03:00
Move utils to root
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user