Files
hikari-desktop/src/lib/notifications/index.ts
T
naomi fa04d066e5
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 52s
CI / Lint & Test (pull_request) Failing after 7m33s
CI / Build Linux (pull_request) Has been skipped
CI / Build Windows (cross-compile) (pull_request) Has been skipped
feat: add notification sounds
2026-01-19 15:24:20 -08:00

5 lines
186 B
TypeScript

export * from "./types";
export { soundPlayer } from "./soundPlayer";
export { notificationManager } from "./notificationManager";
export { initializeNotificationRules } from "./rules";