mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Track changes: Fix import after upstream converted ChatManager, UserInfoManager and UserInfoController to ESM
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import ChatApiHandler from '../../../../app/src/Features/Chat/ChatApiHandler.js'
|
||||
import ChatManager from '../../../../app/src/Features/Chat/ChatManager.js'
|
||||
import ChatManager from '../../../../app/src/Features/Chat/ChatManager.mjs'
|
||||
import EditorRealTimeController from '../../../../app/src/Features/Editor/EditorRealTimeController.js'
|
||||
import SessionManager from '../../../../app/src/Features/Authentication/SessionManager.js'
|
||||
import UserInfoManager from '../../../../app/src/Features/User/UserInfoManager.js'
|
||||
import UserInfoController from '../../../../app/src/Features/User/UserInfoController.js'
|
||||
import UserInfoManager from '../../../../app/src/Features/User/UserInfoManager.mjs'
|
||||
import UserInfoController from '../../../../app/src/Features/User/UserInfoController.mjs'
|
||||
import DocstoreManager from '../../../../app/src/Features/Docstore/DocstoreManager.js'
|
||||
import DocumentUpdaterHandler from '../../../../app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js'
|
||||
import CollaboratorsGetter from '../../../../app/src/Features/Collaborators/CollaboratorsGetter.js'
|
||||
|
||||
Reference in New Issue
Block a user