This commit is contained in:
boufni95 2025-07-23 15:47:36 +00:00
parent c18f71c548
commit 6b43f7699b

View file

@ -1,5 +1,5 @@
import { PushPair, ShockPush } from "../ShockPush"
import { getLogger, PubLogger } from "../helpers/logger"
import { PushPair, ShockPush } from "../ShockPush/index.js"
import { getLogger, PubLogger } from "../helpers/logger.js"
export class NotificationsManager {
private shockPushBaseUrl: string