mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: Refactor pub/sub library import #3168
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user