Frontend: Refactor pub/sub library import #3168

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-02-17 21:11:11 +01:00
parent 0ef4694cd2
commit 86da0c084a
15 changed files with 24 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ Additional information can be found in our Developer Guide:
*/
import $api from "common/api";
import $event from "pubsub-js";
import $event from "common/event";
import User from "model/user";
import Socket from "websocket.js";